143,298 questions
3
votes
1
answer
148
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
1
replies
129
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
62
views
Firebase Google Auth signInWithRedirect results in a blank white screen on custom domain [closed]
I am building a web application using React (Vite) and Firebase Authentication. I am facing an issue where Google Login works fine on localhost, but on my custom domain, it stucks on a blank white ...
-1
votes
0
answers
129
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
75
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
71
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
130
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
48
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
96
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
111
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
117
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-...
1
vote
2
answers
172
views
Expo push notifications error: "Default FirebaseApp is not initialized" on React Native 0.84.1
I have a React Native app (0.84.1) using Expo, and I’m trying to implement push notifications with Firebase.
I strictly followed the Expo documentation, especially the section “Create a new Google ...
0
votes
1
answer
91
views
How can I configure an Angular application hosted in Firebase to correctly handle the Google auth handler URL?
I have an Angular application hosted in Firebase, and I am currently using Google as a sign-in provider. The actual authentication logic works fine when I use the default Firebase authDomain (https://...
0
votes
0
answers
31
views
Firebase-distributed React Native Android release: /auth/login fails with axios “Network Error”, err.response undefined
What actually went wrong
Symptom: axios (or fetch) fails with err.message === 'Network Error' and err.response is undefined — so the failure happens before an HTTP status line/body (TLS, TCP, DNS, or ...
0
votes
0
answers
80
views
Handling Firebase NotificationOpened on .NET MAUI app on iOS
I am having quite a difficult time with something that I think should be easy, so I don't know what I am missing if anyone knows. I am using the plugin Plugin.FirebasePushNotifications to receive FCM ...