22,481 questions
0
votes
1
answer
32
views
Unresolved reference 'googleIdToken'
I am trying to set up Google sign-in using Firebase Authentication in Kotlin Jetpack. Somehow, I am not able to get the googleIdToken.
I have tried many ways still not able to solve.
I tried using ...
0
votes
0
answers
15
views
Firebase Auth import not recognizing any Modules
I installed Firebase in my Next Js, and I've initiallized it correctly. I've imported other firebase like (firestore, strage and app) and they work. yet when i try to import from firebase/auth it ...
0
votes
1
answer
17
views
Firebase - user customClaims - admin
im trying to find a way how to add to user Admin role via custom claims.
I tried to do it with user creation cloud function, and onCall function, I dont know if claims are assigned, or not, or how to ...
1
vote
0
answers
31
views
Flutter + Firebase: Google Sign-In fails with App Check (Play Integrity) in closed testing or App Distribution [closed]
I'm developing a mobile app using Flutter and Firebase, and I'm experiencing an issue with Google Sign-In when using Firebase App Check with the Play Integrity provider.
Setup:
Flutter mobile app
...
-1
votes
0
answers
51
views
GCP: Why can't my Backend Bucket find my public files?
Short Version:
I have configured a backend bucket on my load balancer and mapped it to /__/auth/, that bucket contains a publicly acessable file named handler, but when I hit /__/auth/handler I get an ...
0
votes
0
answers
43
views
Fire base sign out works but doesn’t navigate [closed]
firebase signout not working when i printing the console it shows success navigation but screen does not change flutter
Used various AI models (grok,ChatGPT,Claude) but couldn’t solve my problem my ...
0
votes
0
answers
24
views
React Native - Eas build to iOs using Windows - The Swift pod `FirebaseAuth` depends upon `FirebaseAuthInterop`
I'm trying to upload my app to iOs appstore using Windows. It's working like a charm to publish my app to Google playstore but I have no luck with iOs.
When I'm trying to eas build --platform ios i ...
0
votes
1
answer
52
views
Why is my user being logged out from my app using firebase/auth?
I have a react native app where I use firebase/auth.
This is what I have in my package.json file:
"dependencies": {
....
"@react-native-firebase/analytics": "^21.7.1&...
0
votes
0
answers
25
views
Create custom Auth on Firebase for SIWA (Sign in with Apple) users after transfer of iOS app to different App Store Connect team
Apparently, I need to create a custom Auth for Firebase — as a result of not being able to directly modify providerData (also known as provider_data) that's part of the User Record. Any suggestions or ...
0
votes
0
answers
33
views
Why Firebase isAppVerificationDisabledForTesting Flag is not working?
We are experiencing inconsistent issues with the Auth.auth().settings?.isAppVerificationDisabledForTesting = true flag in our testing environment. Although we keep the SPM updated, the error occurs ...
0
votes
0
answers
30
views
FirebaseError: Firebase: Error (auth/popup-blocked)
Am using Google Authentication in capacitorJS Project. I keep on getting
FirebaseError: Firebase: Error (auth/popup-blocked).
Ive ensured that my browser isnt blockingf any pop-ups or redirects
Ive ...
0
votes
1
answer
57
views
Error 400: invalid_request when implementing Google Sign-In with Flutter on iOS only
Problem Summary
I've implemented Google Sign-In with Firebase Authentication in my Flutter app. It works perfectly on Android, but on iOS it consistently fails with "Error 400: invalid_request&...
1
vote
0
answers
49
views
How to migrate SIWA (Sign in with Apple) users for iOS app with Firebase backend when transferring the app to a different App Store Connect team
Our iOS app uses Sign in with Apple to authenticate users, and we use Firebase for the backend — for both Auth and Storage. If anyone can provide guidance and/or share experience on how to migrate an ...
0
votes
1
answer
49
views
How to migrate away from Firebase Dynamic Links for Email Link authentication
I'm trying to migrate away from using Dynamic Links for Firebase Email Link authentication, but I'm struggling to make sense of the migration guide. I've changed my Android intent-filter to use APP_ID....
-1
votes
0
answers
72
views
Firebase App Check: Failed to initialize reCAPTCHA config for APK (No Recaptcha Enterprise siteKey configured for tenant/project *) [closed]
I'm developing an Android app that uses Firebase Authentication (Phone) and Firebase App Check with Play Integrity.
My app is currently not uploaded to Google Play – I'm testing it locally via APK ...