143,574 questions
-3
votes
0
answers
34
views
react native expo , my app keeps crushing when I am trying to open it immediatelly [closed]
https://github.com/sabaPhruidze/Saunje . built the react native expo project. where I used map, expo camera, expo gallery and firebase for backend many other things. it works perfectly in the expo app....
0
votes
1
answer
55
views
Flutter + Firebase not working when device is connected to certain VPNs (SSLHandshakeException, ERR_CONNECTION_CLOSED)
I'm seeing a consistent issue across multiple Flutter apps, not just one project.
Whenever the user's mobile device (Android or iOS) is connected to specific VPN providers, the Flutter app fails to ...
0
votes
1
answer
58
views
Firebase Cloud Function for app_remove Event Not Triggering in Production
I have a Firebase Cloud Function written in JavaScript (Node.js) that should trigger when Firebase Analytics logs the app_remove event from Android devices.
When triggered, the function is supposed to ...
0
votes
0
answers
38
views
Firebase Firestore Enterprise edition - Set rules for users in the database [closed]
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
101
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 ...
2
votes
0
answers
70
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
66
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: ~...
-1
votes
1
answer
84
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, ...
-1
votes
1
answer
102
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 ...
0
votes
0
answers
52
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
95
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
1
answer
69
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)...
0
votes
0
answers
51
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 ...
-1
votes
1
answer
70
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
0
answers
76
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 ...