143,310 questions
0
votes
1
answer
59
views
Firebase App Check debug token returns 403 "App attestation failed" on iOS Flutter app — misleading error hides API key restriction [closed]
Problem
After enabling Firebase App Check enforcement on Firestore, Storage, and RTDB, my Flutter iOS debug build fails to obtain an App Check token. All Firestore listeners fail with "Missing or ...
0
votes
0
answers
49
views
Firebase Google Auth signInWithRedirect results in a blank white screen on custom domain
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 ...
-4
votes
0
answers
34
views
How can I redirect users to different pages based on session data in Firebase? [closed]
Error: Functions codebase could not be analyzed successfully. It may have a syntax or runtime error
-1
votes
0
answers
70
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}/...
0
votes
1
answer
54
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
60
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
120
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
45
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
85
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
93
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
104
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
156
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
87
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
76
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 ...