586 questions
0 votes
1 answer
73 views
How to control order in which functions are displayed in firebase console? [closed]
In the Firebase Console, when showing the list of functions, what determines the order in which the functions are displayed? I am in the very early stages of a project and already have 16 functions, ...
0 votes
0 answers
30 views
Unable to sign in to support contact form in Firebase console
I can't seem to sign in to Firebase, e.g. at https://firebase.google.com/support/troubleshooter/contact I can go to my console, no problem, and see my projects etc. I'm signed in (top right) but I ...
2 votes
0 answers
57 views
Firebase Console: Query Builder Forces Default Milliseconds Values When Filtering Timestamps
Update: Here's a UI example: As you can see, I had to decrease the starting range by 1 second to get the document I expect. Otherwise, using the exact range returns nothing I noticed a discrepancy ...
0 votes
1 answer
172 views
Cannot add a new firebase project, no current projects, no deleted pending project [closed]
I have some issues while using firebase Cannot add a new project and there is no current project plus no deleted pending project How can I fix it? Show the message below: You've reached the project ...
0 votes
0 answers
36 views
Having device play a custom sound when sending FCM message through Firebase console
How can I send a custom sound through the Firebase Cloud Messaging console? I see the docs say to add sound key to payload and I also see that someone else asked this here and that was the answer. I ...
1 vote
2 answers
669 views
How to Transfer an Android App to a New Firebase Account with the Same Package Name?
I'm moving my Android app from an old Firebase account to a new one. I've deleted the app from the old Firebase project and am trying to register it in the new Firebase account, but I keep ...
0 votes
1 answer
37 views
I cannot delete the document via Firebase panel
The free writing quota of 20,000 was reached today. I need to delete some documents, but I cannot delete any documents even though my firebase deletion quota is not yet full. Are write quota and ...
0 votes
1 answer
108 views
Why console.logs are not colorized using colorette or chalk in a Firebase project on my Mac?
I was trying to colorize the logs on terminal and it worked for simple NodeJS project both on my Windows PC and Mac, but for a Firebase project on my Mac, it is not working (no issue on Windows). I ...
-1 votes
3 answers
765 views
Im not able to access my web client secret in firebase
im using auth.js for authentication system using google but im not able to access web client secret. It just shows me the placeholder I even controlled from inspect this page. Why im not able to get ...
0 votes
1 answer
314 views
Unable to delete collection from the firestore console
Does anyone face the same issue where some of the root collections in the Firestore console cannot be deleted even after typing the exact ID? This is how it looks like when I type in the exact ID. ...
3 votes
3 answers
5k views
Error while enabling Cloud Messaging API (Legacy) in the Firebase console
I encountered an issue when trying to enable the Cloud Messaging API (Legacy) in the Firebase console. Specifically, clicking the option to "Manage API in Google Cloud Console" results in a ...
1 vote
1 answer
45 views
Should I use the same firebase project for 2 different but similar android apps
I have 2 different but similar apps one is for mathematics the other is for biology so I want to integrate Firebase for viewing analytics in this case should I use separate Firebase projects all I ...
0 votes
0 answers
39 views
Can't delete data from Realtime Database
I am locked in Firebase in the following situation. I have a collection in Realtime Database called My_Collection containg a few documents (About 5). When in the web Firebase console I am unable to ...
0 votes
1 answer
82 views
firebase create firestore database stuck
when creating database and then choosing location, after that I select start in test mode but it stucks in endless loop and in console there are many warnings and errors: Thanks in advance... I tried ...
0 votes
1 answer
89 views
Adding multiple web apps to firebase with flutter
I working on a flutter project which requires 4 applications: 1 ios, 1 android and 2 web apps (users and admins). The ios and android comes from one flutter project. Then the two web apps are ...