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

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 ...
Ngô Ngọc Triệu Mẫn's user avatar
2 votes
0 answers
87 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
0 votes
1 answer
77 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
75 views

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 ...
Subash developer's user avatar
2 votes
3 answers
492 views

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: ...
Axel Bergvall's user avatar
0 votes
0 answers
66 views

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 ...
Manishoaham's user avatar
Advice
0 votes
1 replies
89 views

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, ...
user6631314's user avatar
  • 2,050
0 votes
0 answers
95 views

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 ...
Kelvin Jou's user avatar
0 votes
1 answer
98 views

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, ...
codernoob8's user avatar
0 votes
0 answers
71 views

I have this code to use AppCheck with Google Sign-In: class SimpleAppCheckProviderFactory: NSObject, AppCheckProviderFactory { func createProvider(with app: FirebaseApp) -> AppCheckProvider? { ...
Tarasovych's user avatar
  • 2,408
1 vote
1 answer
111 views

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 ...
Cubelated's user avatar
0 votes
1 answer
185 views

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 ...
sophiie's user avatar
2 votes
0 answers
100 views

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 ...
Pure Design's user avatar
1 vote
0 answers
131 views

this is my code to sign in with firebase google: Future<UserCredential> signInWithGoogleFirebase(bool silent) async { await _ensureGoogleSignInInitialized(); GoogleSignInAccount? googleUser ...
Sasmita Novitasari's user avatar
-1 votes
0 answers
61 views

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 ...
Badal Kumar's user avatar

15 30 50 per page
1
2 3 4 5
344