Category "firebase"

What is the default persistence method for Electron apps in Firebase Authentication v9?

In Firebase v8, deleting our Local Storage folder for our Electron app would clear the auth persistence, but now with Firebase v9 clearing I've tried clearing L

Firebase Assistant missing in Android studio's Tools tab

So I'm building an application with android studio and I am having problems connecting to Firebase. This means that Firebase assistant is not in Tools. Now, a

Validate App check getToken for custom backend

I am planning to use Firebase App Check to verify that requests made to my backend services (including Firebase) will be from my app only. I would like to know

Google Firebase FirebaseMessaging.onMessage.listen calling multple times in flutter

I am using Google FCM to get notification from back end there are some situation where i am getting called FirebaseMessaging.onMessage.listen multiple times b

flutter streambuilder in real time

flutter application streambuilder in real time this is group chat app I need to get bool chat vale from firebase firestore if true or false in real time without

Parse external JSON using Firebase Functions

I just started using Firebase a couple of days ago for my mobile app, so I’m sorry if this might come off as a stupid question, I’m still learning :

Property 'user' does not exist on type 'void'.ts(2339)

I am trying to create singup form with firebase i am following this video and now i have this error i dont know what is problem and how to fix it This is my aut

Notifications are not shown when the app is closed, how can I fix it?

It successfully shows notifications when the app is open. It shows even when the app is in the background. When I close the app it doesn't show up anymore. I do

Can i use firebase + spring boot at same time in Ionic app

I'm building a mobile app in ionic and i want to know if i can use firebase and spring boot at the same time in the same app so i can benefit firebase real-time

Facing problem while deploying my site in firebase

While deploying my site in firebase they show me i have completed deploying but don't show me anything in the page. Why this happen?

Cloud functions are getting called two times, first time with body and second time without

My index.ts has: exports.foo = functions.https.onCall(async (data, context) => { console.log('Hello World'); return null; }); To deploy, I run: firebase

How can I create monthly repeating tasks in Flutter/Firebase?

I am currently working on a finance app, where the user can create many transactions. To make the user's job a little easier, I want to add transactions that re

Firebase Authentication : change requirements and message on password reset through email [duplicate]

Currently, when resetting a password, the firebase requirements provide a very vague and poorly worded message "Strong passwords have at least

Trying to loop through firebase and display each object as a card React

My data is structured like so [1]: https://i.stack.imgur.com/dWsr3.png I am trying to loop through the database and put the data from each card into props for m

Firebase logs "undefined" on console when it should not

I am using firebase 10.9.2 (Latest version) I use the onValue function to go through the data in my live database. For some reason, it always logs (and is set t

How to make Categories button functional

I got my current website displaying hard coded data from my data.js file. I implemented firebase as my database and I want to have my categories button work wit

add collection to firestore with kotlin problems

I am trying to understand and use firebasefirestore from android studio with kotlin. I have been following tutorials from the official docs, and from udemy and

Every time i refreshes my app it logs out even though i've used this onAuthStateChanged. Below is my code of loading screen

I'm using this screen to navigate between two screens by using the onAuthStateChanged but still every time It refresh the app it logs out even though I'm not lo

How to display auth errors with p tag

how to display to user an auth error differently than with alert? For example: User will type a bad password, and a p tag will tell him, that he typed uncorrect

How can I write this function into my existing code, Keep getting a promise rejected error

Hi I am trying to Include the function below into my existing code so that after the users are filter based on matching city they will be filtered by the most m