5,134 questions
Score of 0
1 answer
115 views
Firebase signInWithRedirect() returns to my app, but never creates a Firebase Authentication user, while signInWithPopup() works
Firebase signInWithRedirect() returns to my app but never creates a Firebase authentication user, while signInWithPopup() works.
I'm seeing behavior that I can't explain. I have a minimal Angular ...
Score of 0
0 answers
280 views
PySide6 QtWebEngine: Google sign-in rejected with "This browser or app may not be secure": how to authenticate a Google account in an embedded browser
I'm building a Python desktop app with PySide6 / Qt WebEngine that embeds a
few web apps so the user can log in with their own** accounts. Logging in with
a Google account fails. Google shows:
Couldn'...
Score of 2
1 answer
384 views
Android Credential Manager Google Sign-In fails with DEVELOPER_ERROR and "Unknown calling package name 'com.google.android.gms'"
I have been using Credential Manager for several months, but recently in March the sign-in in my application stopped working. The app freezes and it becomes impossible to complete the sign-in process.
...
Advice
2
votes
0
replies
324
views
Account Linking Issue in Entra External ID (CIAM)
Subject
Account Linking Issue in Entra External ID (CIAM)
Description
We are trying to implement account linking in Entra External ID to allow users to sign in using either:
Local account (email + ...
Score of 4
1 answer
869 views
Flutter: google_sign_in exception - Developer console is not set up correctly
For the past two days, I have been attempting to resolve the GoogleSignInException error (GoogleSignInExceptionCode.UNKNOWN_ERROR, [28444], Developer console is not set up correctly, null). I have ...
Score of 0
0 answers
131 views
FedCM: GSI_LOGGER warning appears even when not using deprecated prompt UI status methods
I'm migrating to FedCM for Google One Tap and have encountered two issues:
Issue 1: Warning appears even when not using deprecated methods
The browser console shows this warning:
[GSI_LOGGER]: Your ...
Score of 1
1 answer
515 views
Google signin in flutter always cancel user request
I want to authenticate user using google signin in my app and if the authenticaton is successful, I will send the access token to the server and the server will then create an account to that user ...
Score of 0
0 answers
413 views
Supabase Google OAuth PKCE Flow: "both auth code and code verifier should be non-empty" Error
I'm struggling with a persistent Supabase Google OAuth PKCE authentication issue in a Next.js 15 app. Despite multiple attempts to fix it, I keep getting the error: "invalid request: both auth ...
Score of 0
0 answers
62 views
Flutter GoogleSignIn: signIn() method not available in google_sign_in 7.2.0 [duplicate]
I’m trying to implement Google Sign-In in my Flutter project using the google_sign_in package version 7.2.0.
In my AuthRemoteDataSourceImpl class, I want to call:
final googleUser = await googleSignIn....
Score of 0
0 answers
137 views
vue3-google-login: Custom button with CredentialResponse (JWT)?
vue3-google-login Docs say custom buttons use initCodeClient / initTokenClient, while Google-rendered buttons return a CredentialResponse (JWT).
Can a custom button return a CredentialResponse?
Custom ...
Score of -6
1 answer
702 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 ...
Score of 2
0 answers
224 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) {
...
Score of 1
1 answer
320 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)...
Score of 1
0 answers
124 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 ...
Score of 3
5 answers
2854 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:
...