Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
88 views

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 ...
Mamta's user avatar
  • 45
-1 votes
0 answers
69 views

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 ...
fischja's user avatar
  • 69
-1 votes
1 answer
62 views

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, ...
Andryk Giovany Trujillo Chama's user avatar
-4 votes
0 answers
61 views

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 ...
Daxita Raj Mishra's user avatar
-1 votes
1 answer
68 views

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 ...
Babu Ramasamy's user avatar
0 votes
1 answer
53 views

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)...
Dmytro Yurin's user avatar
1 vote
0 answers
46 views

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) { ...
Bart Friederichs's user avatar
Advice
2 votes
0 replies
56 views

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: ~...
franklyn omeben's user avatar
0 votes
0 answers
72 views

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 ...
Javierdds's user avatar
  • 309
0 votes
0 answers
42 views

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 ...
bias's user avatar
  • 1,466
0 votes
0 answers
26 views

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( "...
Joseph Wambura's user avatar
-1 votes
0 answers
60 views

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 ...
Rajvir Singh's user avatar
0 votes
0 answers
41 views

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 ...
Juno-1984's user avatar