5,157 questions
-6
votes
1
answer
141
views
Expo Google OAuth with expo-auth-session: redirect_uri_mismatch and flowName=GeneralOAuthFlow when using auth.expo.io [duplicate]
I’m building an Expo React Native app and trying to implement Google Sign-In using
`expo-auth-session` and `expo-auth-session/providers/google`.
Environment:
- React Native (Expo Router)
- Running in ...
2
votes
0
answers
87
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) {
...
0
votes
1
answer
77
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
75
views
Redirect Uri is not working in React Native
My mobile app using React Native I build using eas build -p android --profile preview. It created an qr-code using which I downloaded my apk file and I installed that. When I open the app it is ...
2
votes
3
answers
492
views
Flutter Google Sign-In [16] Account reauth failed on Android — need help troubleshooting
I’m trying to implement Google Sign-In in my Flutter app using google_sign_in: ^7.2.0 and Firebase Authentication, but I keep hitting the following error after selecting a Google account:
...
0
votes
0
answers
66
views
Google Credential Manager Android Kotlin API ends up in infinite loop on internet unavailability
I have implemented Google SignIn using Google Credential Manager Kotlin API for Android. The API works well in all positive scenario for signing in a user, but when the Internet is not available, I ...
Advice
0
votes
1
replies
89
views
Fall 2025 Does Apple Require you to offer Sign in with Apple if you offer sign in with Google and your own login system?
Apple's developer guidelines (Section 4.8) currently state:
Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, ...
0
votes
0
answers
95
views
iOS/web Auth Client ID Handling for Google Sign In
To preface, I'm not asking for a direct fix here, I'm just curious if what I'm doing is the appropriate auth flow for setting dynamic client ID based on device platform.
I am 2 applications that use ...
0
votes
1
answer
98
views
AWS Cognito Google Sign-in with Next.js works, but Sign-out does not fully log the user out
I’m using AWS Cognito with Google as an Identity Provider in a Next.js app. I am using AWS managed login as well. Sign-in works correctly, tokens are received, and the user session persists. However, ...
0
votes
0
answers
71
views
AppCheck does not work as expected with Google Sign-In SDK
I have this code to use AppCheck with Google Sign-In:
class SimpleAppCheckProviderFactory: NSObject, AppCheckProviderFactory {
func createProvider(with app: FirebaseApp) -> AppCheckProvider? {
...
1
vote
1
answer
111
views
Flutter web google_sign_in widget twitching continuously on user interaction
I am currently encountering a problem where my google_sign_in button rendered from the Web is twitching as shown here:
GIF: GOOGLE SIGN IN WIDGET TWITCHING
I have followed the example given from the ...
0
votes
1
answer
185
views
Is it possible to get Google Calendar API access token directly from Firebase GoogleAuthProvider?
I'm using Firebase Authentication to log in users with Google in my web app. I want to access Google Calendar API on behalf of the user.
Currently, Firebase gives me a Firebase ID token and a ...
2
votes
0
answers
100
views
ApiException 10 occurs only in Google Play version of Flutter app despite correct SHA-1 and Web client ID
I’m using Google Sign-In with Firebase in my Flutter app.
Here’s the situation:
I previously changed the app’s package name and updated it everywhere, reconfiguring Firebase accordingly.
When I test ...
1
vote
0
answers
131
views
How to implement backup and restore in flutter with Google Sign In v7
this is my code to sign in with firebase google:
Future<UserCredential> signInWithGoogleFirebase(bool silent) async {
await _ensureGoogleSignInInitialized();
GoogleSignInAccount? googleUser ...
-1
votes
0
answers
61
views
Redirect Mismatch Problem in google based in login for chrome extension
I am currently implementing google based login aunthentication for a chrome extension which is not live , it is in developement mode
i also setup the in google developer console where i put my chrome ...