13 questions from the last 7 days
-1
votes
1
answer
88
views
Flutter app shows black screen on iOS device (works on Android, no errors)
I'm trying to run my Flutter app on a real iOS device.
The app installs successfully, Firebase initializes, and logs show normal navigation (Splash → Onboarding).
But the screen becomes completely ...
-1
votes
0
answers
69
views
Play Store android app rejected due to suspected firebase auth 403 in review environment [closed]
Out of the blue, updates of our app have starting being rejected by the Play Store reviewers because they cannot log in using the supplied test credentials.
We use Firebase to manage our auth.
We ...
-1
votes
1
answer
62
views
Google Sign-In fails with ApiException: 10 [closed]
i am new to Flutter + Firebase Auth and I’m having a strange intermittent issue with Google Sign-In.
Sometimes it works perfectly, and sometimes I get these errors:
PlatformException(channel-error, ...
-4
votes
0
answers
61
views
Why is my Firebase Firestore query so slow, even with a small dataset? [closed]
Common reasons Firestore queries feel slow:
Missing Indexes
Composite queries require indexes. Firestore will show an error with a link to create one.
Large documents
Firestore charges & loads ...
-1
votes
1
answer
68
views
Firebase Missing or invalid credentials
From firebase i tried to git push, the authentication screen opened after entering credentials its redirected to my local machine, but the terminal is waiting for code, I tried pasting the code from ...
0
votes
1
answer
53
views
How to change project name shown in Google Sign-In popup?
I have a frontend and a separate backend project. We use our own authentication system, and Firebase is used only for Google Sign-In.
The flow is:
Frontend uses Firebase to sign in with Google (popup)...
1
vote
0
answers
46
views
What domain to add to Firebase Authentication for Firebase Studio with Google Auth?
I'm using Firebase studio to generate a small app, with Google Auth enabled. The app shows up fine, but when trying to use the Google Auth, like this:
async function logInWithGoogle(auth: Auth) {
...
Advice
2
votes
0
replies
56
views
Why is my DAU different between Google Play Console, Firebase Analytics, and AdMob?
I’m having an issue with my DAU (Daily Active Users) numbers. I have two Android apps on Google Play, and the Google Play Console shows the following:
App 1: ~20,000 DAU
App 2: ~11,000 DAU
Total: ~...
0
votes
0
answers
72
views
Unity - Libraries of ARM64 not supporting 16 KB page size
I’m currently testing my Unity project for Android 15 compliance (Google Play requirement for 16 KB memory page sizes).
After upgrading to Unity 6000.0.62f1 (which claims to support 16 KB page size by ...
0
votes
0
answers
42
views
iOS Firebase appears to hang due to StoreKit (which isn't being used)
In the past few weeks something apparently has changed with xcode/Apple which is causing our iOS regression tests to hang on authentication using Firebase.
Googling the interleaved log error Error ...
0
votes
0
answers
26
views
Firebase Firestore Enterprise edition - Set rules for users in the database
How to create the rules and connect (read / write using the firestore database) from an android app?
Google Firestore Editions Overview
val db = Firebase.firestore
val userData = hashMapOf(
"...
-1
votes
0
answers
60
views
Expo Notifications on Android — InvalidCredentials: Unable to retrieve the FCM server key
I'm trying to get Expo push notifications on Android working and I'm stuck with this error:
InvalidCredentials: Unable to retrieve the FCM server key for the recipient's app. Make sure you have ...
0
votes
0
answers
41
views
Workspace in Firebase Studio is stuck in a continuous loading stage
I am facing issue in loading of workspace in firebase studio, tried full browser clear data all time, checked allow third party cookies, used Edge browser as well. But still issue of workspace loading ...