588 questions
-2
votes
0
answers
15
views
Firebase Project in Google Cloud shows "firebase-core: disabled" even after enabling Firebase APIs [closed]
Hi everyone,
I'm fairly new to the development world, and currently learning how to work with Firebase and Google Cloud.. I’ve been learning how to integrate Firebase into my projects and ran into a ...
2
votes
0
answers
43
views
Firebase Console: Query Builder Forces Default Milliseconds Values When Filtering Timestamps
I noticed a discrepancy between Firestore query builder results and results coming from my code when applying the same query. Basically, my code returns 13 documents, yet the web UI of the query ...
0
votes
1
answer
37
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
32
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 ...
0
votes
1
answer
33
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
86
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 ...
0
votes
3
answers
492
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
0
answers
112
views
How do I generate a new SHA-1?
I am new in Flutterflow and in Firebase> Project Settings> General, in my Android app says that I have a problem in my SHA-1, it says "Another project contains an OAuth 2.0 client that uses ...
0
votes
0
answers
126
views
Sending a notification targeting users by language or country/region doesn't work using Firebase Console
While composing a notification in Firebase Console you can target user segments by various criteria. I need to cover multiple languages, so I expected I could send one notification per language and ...
0
votes
0
answers
49
views
How can I get my form submissions to create new documents in a collection? Firebase Console and Flutterflow not working
I am desperately looking for advise on how to solve an issue with creating collections and documents.
I have a profile page with a submit button. However when I go in test mode as an authenticated ...
0
votes
0
answers
142
views
Firebase CLI not letting me register the app without package name, not even letting me provide one
I was registering my flutter project with the firebase project that I created on the website. I followed the steps there and along the way it asked me for the package name (application id) which it's ...
0
votes
1
answer
190
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. ...
2
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
43
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
38
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 ...