22,481 questions
1
vote
0
answers
30
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
49
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
50
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
24
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
31
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
28
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
44
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
47
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
66
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 ...
0
votes
0
answers
42
views
Persistent 401 Unauthorized Error on Firebase Callable Function Despite Valid Client Authentication [closed]
Summary of Problem:
I am experiencing a consistent 401 Unauthorized error (FirebaseError: The function must be called while authenticated.) when invoking a Firebase Callable Function (https.onCall) ...
0
votes
0
answers
29
views
Implementing an email invitation system using Firebase Auth [closed]
I'm building a web application using Firebase and I need to implement an email invitation system where existing users can invite new users to join their team/workspace. I want the onboarding to be as ...
1
vote
1
answer
61
views
Firebase in iOS: Assessing the Need for Manual Token Refreshing
Currently, I am using the following code in my iOS client to determine whether we need to present a login screen:
if Auth.auth().currentUser == nil
Here is the login screen’s logic:
@objc func ...