Category "firebase"

How to deal with "auth/missing-identifier" error in Firebase?

I am trying to create a simple web app in node.js (backend only), which would store some user data on Firestore. I want to use my own credentials management, an

Firebase CLI v10.0.1 is incompatible with Node.js v10.24.1 Please upgrade Node.js >=12

I am facing this issue while deploying my firebase function through Git Actions Firebase CLI v10.0.1 is incompatible with Node.js v10.24.1 Please upgrade Node.j

`Failed resolution of: Lcom/google/android/datatransport/TransportFactory` when using Xamarin.Firebase

I'm creating a .NET MAUI application using the current preview 11. When I tried to implement Push notifications I added the Xamarin.Firebase.Messaging package a

Firebase CreateUserWithEmailAndPassword problem

Everything is looking fine but i am not able to undertand why every time it is showing only registration failed... please help me out

If clause in a React return statement with

So I'm making a React program that's about sports. In there I have a table that shows user inputs and those are saved in Firebase realtime database. I'm getting

Installing Firebase tools: Stuck at downloading Chromium

I am trying to run in the terminal of the vs code since I plan to host this online already: npm install -g firebase-tools But it is stuck here: This is my pac

FlutterFire cli - how to switch between separate firebase consoles

I have two separate firebase consoles accessed from two separate google accounts. Firebase console "A" has three projects. Google account [email protected] Firebase c

add watermark while uploading a file to firebase

I have a input field where a user uploads his/her pdf file which is then uploaded to firebase storage in vanilla javascript(Modular). Now i want to add a waterm

How to create array of objects in firebase

I am working on a project developing a car rental app. The app can be accessed by admin and user both with different roles. So at the moment i'm saving the car

Flutter and Firebase - How to sign in using username and password only

I just recently started working with firebase and I can't seem to figure out how to make a user sign up with an email, a username and a password so that later o

Use firebase preview channel in gitlab merge request

I am deploying each merge request to the firebase preview channel and I would like to add generated URL to either comment below the merge request or use the URL

firebaseAuth.onAuthStateChanged return user null

I'm trying to implement authentification using firebase auth, the things is that when it comes to persistance i'm stuck. I tried to use local storage as you can

After upgraded to androidX Zip file '...' already contains entry 'AndroidManifest.xml', cannot overwrite Error while build

I'm new in Android development and I've been recently assigned to an android project, which was not updated for more than a year. I got the below error when I t

Firebase security rules (.read)

I have a question about Firebase Database security rules. I want only some documents to be reflected in the application. I tried to create a "published" field i

Why not firebase fields not getting updated?

I am trying to update my firebase database based on "aadhar" field but I am failing to do it so. I don't know where it is going wrong. Here is my activity code

Receiving build_and_deploy error when trying to autodeploy quasar project to firebase

when my github action tries to auto-deploy my quasar project to firebase, i receive the following error: [1] [1]: https://i.stack.imgur.com/A6aD7.png Error: S

If user's email and password doesn't match the other codes won't run and return an error. But if does, then it will work fine in google firebase

I've been trying to show the error if user's email and password doesn't match. But can't figure out what I've been doing wrong. When I login with the wrong pass

Getting CFNetwork, CoreMotion Crashes after releasing iOS Application

After releasing my ios application, I started to get lots of crash such as CFNetwork, CoreMotion etc. And then I thought, I did something wrong on my project. I

wait for function execution before executing next instruction

I'm trying to upload images to firebase and get the download Url and save the url in the firestore in the database. The code was working until I modified it to

Push notification doesn't pop up on Android

I am creating flutter application using FCM for sending push notifications. I am sending notifications with Cloud Functions from website by sending JSON to devi