143,288 questions
Best practices
0
votes
1
replies
61
views
Subscription Status Mismatch Between Login Account and Store Account (Firebase + RevenueCat)
I’m currently building a subscription feature using Firebase Authentication for login and RevenueCat for handling in-app purchases. I’ve run into an issue when users log in with a different account ...
2
votes
1
answer
83
views
Getting Firebase A/B experiment variant values even after experiment was complete, deleted and app was reinstalled
In Firebase -> Remote Config -> A/B Tests section we had an experiment which was created 146 days ago. It was marked as complete, but on iOS we still saw that we get values from variants defined ...
Best practices
0
votes
4
replies
39
views
Should I use different buckets on firebase storage when creating apps, like one for profiles, user reviews, chats etc
I'm creating an IOS app where users leave reviews on restaurants/bars and can connect by asking each other if there are seats available. I would like to know what the best storage practice is in this ...
Advice
0
votes
0
replies
38
views
Clarification needed: Do Lifecycle rules (Coldline) actually save costs on legacy *.appspot.com Firebase Storage buckets?
As I've been reviewing the cloud infrastructure costs for my apps, I'm looking into optimizing our storage expenses using Object Lifecycle Management. However, I've hit a point of confusion regarding ...
0
votes
0
answers
50
views
GA4 Web property can't be linked to the Firebase console [closed]
I have a mobile app which uses Firebase as the Analytics module, which I then have it viewed on the GA4 console. Within the GA4 console, I created a new Web stream to start tracking data on web. I was ...
3
votes
2
answers
201
views
Unspecific error for Firebase Data Connect nested SQL inserts with _execute
I need to insert data in multiple tables at once in my Firebase Data Connect db with native SQL. When calling the mutation from my cloud function it fails and Data Connect will always throw the same ...
Best practices
0
votes
4
replies
202
views
Google Cloud Project Suspended
I recently enabled Gemini in one of my projects.
A few days ago (11th April 2026) my project was suspended due to activity consistent with Account Hijacking. There’s no evidence of any server keys ...
-1
votes
0
answers
163
views
How to enable Google Sign-In for Firebase Auth via gcloud CLI / firebase CLI?
I'm trying to fully automate Firebase Auth provider setup via CLI (no manual Firebase Console clicks).
Using this SA token, I can successfully:
Initialize Firebase Auth: POST /v2/projects/{PROJECT}/...
1
vote
1
answer
81
views
Unresolved reference 'await' and 'user' in Firebase Auth (Kotlin Multiplatform / AndroidMain)
I'm working on a Kotlin Multiplatform (KMP) project and I'm trying to implement a Firebase Authentication DataSource inside androidMain. Even after adding the Firebase dependencies, the compiler ...
-2
votes
0
answers
77
views
How to enable Firebase Authentication and add providers using the CLI [duplicate]
Is it possible to enable Firebase Authentication and add providers like Google, Apple, email auth using CLI?
This is important for agentic workflow. This is the only blocker to agent to completely ...
3
votes
2
answers
136
views
Status error 1010 - 'Internal app sharing' - Google play store
I'm getting the status error code 1010 when installing an application from the google play store shared from 'Internal App Sharing' and Google play console.
Can somebody please give me an idea or ...
0
votes
1
answer
52
views
Firebase isn't allowing coworker's flutter to authorize
I'm making an app in Flutter and dealt with this issue myself, but I solved it by adding my SHA keys to the project. I tried doing the same for him, verifying the package name, doing a pub get -> ...
Tooling
0
votes
0
replies
106
views
What alternatives can I use instead of Firebase Storage?
I am building a React Native app and initially tried to use Firebase Storage, but I am facing issues with a message that keeps occuring "Failed , re-upload later"
I am considering switching ...
0
votes
1
answer
136
views
Flutter Web Firebase (No Firebase App '[DEFAULT]' has been created)
The problem occurs when integrating Firebase into Flutter Web.
Firebase cannot be initialized within Flutter Web.
The console error is shown below.
The main and index source files are below.
Error:
...
0
votes
1
answer
127
views
Is the MessageId field in the client payload guaranteed to match the MessageId obtained after sending a message on the server?
Firebase returns an FCM message id when a message is sent on the server side if the operation was successful. This string is the form:
projects/myproject-ffffff/messages/030aa08c-5e57-aaaa-bdbe-...