Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
21 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
1 vote
0 answers
21 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
49 views

i am new to Flutter + Firebase Auth and I’m having a strange intermittent issue with Google Sign-In. Sometimes it works perfectly, and sometimes I get these errors: PlatformException(channel-error, ...
0 votes
1 answer
50 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
0 votes
0 answers
107 views

I'm trying to develop an app with Node.js that allows a user to log in with Google. This works fine on my local development machine where the Cloud Console authorized redirect URI is http://localhost:...
jeff's user avatar
  • 109
1 vote
0 answers
69 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
268 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
54 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
70 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
78 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
79 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
68 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,398
1 vote
1 answer
100 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
170 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
93 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
127 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
0 votes
0 answers
58 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
0 votes
0 answers
135 views

Similar to this , google one tap sign in for my site, when inside a 3rd party mobile app's in app browser (e.g. instagram, youtube, etc) will silently fail with a white screen. This not being ...
user1821961's user avatar
0 votes
1 answer
165 views

I am using google_sign_in 7.1.1 package to implement oauth with google in my flutter app. I've created oath client id using firebase authentication also added sha-1 fingerprint to app configuration. ...
Sateeshkovvuri 's user avatar
0 votes
0 answers
57 views

I created an user pool, I can login with Gmail through HostedUI successfully, but when checking the session, returned by Cognito, no refresh token is given back, only Access Token and Id Token. I ...
user1869935's user avatar
1 vote
2 answers
176 views

I’m encountering a build error in my Flutter project when adding the google_sign_in package. Here are my environment details: Flutter version: 3.32.8 Google Sign-In version: 7.1.1 JDK: 17.0.12 Android ...
bilal kaba khalil 's user avatar
1 vote
1 answer
372 views

I'm getting an "Access blocked: Authorization error, Error: Invalid_scope" error when trying to implement Google Sign-In in my Flutter application with multiple OAuth scopes. Error Message ...
Akhil Antony's user avatar
0 votes
0 answers
58 views

After upgrading my project to SDK 53 (React Native 0.79.5, React 19), I’m seeing this error when opening the RevenueCat Paywall or triggering the Google Sign-In flow in iOS: [UIKitCore] View doesn't ...
faguilera85's user avatar
2 votes
0 answers
244 views

attemptLightweightAuthentication() replaces the signInSilently() but attemptLightweightAuthentication() always open a visual indicator which shows user that they are singing in to our app with their ...
thisisjaymehta's user avatar
1 vote
2 answers
364 views

I'm using the Android Credential Manager API to implement "Sign In with Google" in my application. I'm successfully getting a GoogleIdTokenCredential after a successful sign-in, but I'm ...
Hélder's user avatar
  • 113
4 votes
0 answers
154 views

I'm trying to implement Google sign-in using the google_sign_in 7.1.1 library. (Note: Without using Firebase). I created the consent screen in the Google Cloud dashboard and created two OAuth 2.0 ...
Abner Matheus's user avatar
7 votes
1 answer
3k views

I created app and everything worked perfect but after I finished it I upgraded flutter pub using flutter pub upgrade --major-versions. I got an error: The class 'GoogleSignIn' doesn't have an unnamed ...
Naser Alali's user avatar
5 votes
5 answers
5k views

I'm having trouble logging in with Google on my Flutter App (Android) after upgrading from google_sign_in version 6 to version 7. I followed a guide to convert the authentication-related code, and it ...
Garza's user avatar
  • 71
2 votes
2 answers
1k views

I'm updating my Flutter app to use the latest version of the google_sign_in package R7, and I've noticed that the "accessToken"' property is no longer available on the "...
user2868835's user avatar
  • 1,714
0 votes
0 answers
111 views

I am facing an issue with the Google Sign-In integration in my Scala + Spring Boot web application. Problem: When I try to sign in with Google using HTTPS (deployed via ngrok), I am silently ...
Prathamesh Khadake's user avatar
0 votes
1 answer
177 views

I'm implementing Google Sign-In in my Android app using the new CredentialManager API. However, I'm facing several critical issues that are making it hard to replace the old GoogleSignInClient: Issues:...
Tieria's user avatar
  • 443
0 votes
0 answers
71 views

I am using latest google sign unity release 1.0.4 in Unity project. I use google sign in via Firebase. Everything works fine when I generate an Android app from my Unity project but I am facing issue ...
Jay Mehta's user avatar
  • 1,841
1 vote
0 answers
103 views

Im doing an app in react native using expo and i got the OAuth 2.0 client id in the cloud google console set up like this: app type -> web app Authorized JavaScript Origins -> https://auth.expo....
Mateus Oliveira's user avatar
0 votes
0 answers
105 views

I'm currently working on the entire authentication section of an IOS app using the most recent version of XCode and just added Google sign-in capabilities. I first created an account using email/...
Remi_Zacharias's user avatar
2 votes
1 answer
185 views

I'm updating my app to use the new Credential Manager API for authenticating users via Firebase with Google Sign-In, since the previous approach using GoogleSignIn.getSignedInAccountFromIntent is now ...
Bhavik Maradiya's user avatar
0 votes
0 answers
98 views

I'm encountering an issue when building my Unity app for iOS after integrating GoogleSignIn. Previously, my app built successfully with only Firebase Firestore integration. However, after adding ...
Samed Uğur Zaman's user avatar
0 votes
1 answer
96 views

I’m working on a mobile app built with Ionic React and I’m trying to implement Google login using Firebase. I am using the @capacitor-firebase/authentication package for Firebase Auth in an Ionic ...
Lunastorta's user avatar
0 votes
0 answers
38 views

I am facing a problem with Google signin using firebase to authenticate user. It works in debug and release mode but when deployed to playstore, it shows error of PlatformException. Tried adding sha1 ...
Karthik Gaddam's user avatar
0 votes
2 answers
176 views

I am implementing the Google OAuth 2.0 authorization code flow to fetch Gmail data. However, during the token exchange step on my backend, I consistently encounter the following error: Error during ...
Adarsh Kumar Sahu's user avatar
0 votes
1 answer
100 views

I am trying to enable Firebase Google authentication in my React PWA, specifically the sigInWithPopup method. It works fine when I use the default URLs provided by Firebase (e.g., my-project....
Aamir Husain's user avatar
0 votes
1 answer
97 views

I'm using the following snippet to get googleIdOption to use with Credential manager but what if no google account is selected and So I need to add the setFilterByAuthorizedAccounts to false. Most are ...
Rudra Biswas's user avatar
0 votes
0 answers
71 views

I'm using Google Identity Services (window.google.accounts.oauth2.initCodeClient) for OAuth in a React application. Our app is now verified by Google, and new users signing in for the first time see ...
user3362334's user avatar
  • 2,228
0 votes
0 answers
138 views

I'm building an OAuth2 login flow (Google and spotify) in a single-page app without using popups, only full-page redirects. Everything works fine — the user is redirected to Google, then back to my ...
jawher 's user avatar
0 votes
1 answer
422 views

I am working with fedcm api for authentication. I am using this if ('IdentityCredential' in window) { // AJAX call to login navigator.login.setStatus('logged-in'); // TODO handle user ...
omega's user avatar
  • 44.5k
0 votes
0 answers
109 views

I’m trying to integrate Google Sign-In into my Flutter Android app using Firebase Authentication, but every attempt ends with(This happened only on release): '''com.google.android.gms.common.api....
Yordan Mansarliyski's user avatar
0 votes
1 answer
150 views

My app uses Firebase authentication and, so far, has been using the old API for Google Sign In, based on BeginSignInRequest. This API is deprecated and will be removed from the SDK later this year and ...
realh's user avatar
  • 1,182
0 votes
1 answer
85 views

I'm trying to implement google_sign_in with my current project. Here is how I'm using the signin method: final GoogleSignIn _googleSignIn = GoogleSignIn( scopes: [ 'email', 'profile', ...
Ballazx's user avatar
  • 579
-1 votes
1 answer
434 views

I am trying to implement Google OAuth in my iOS application. However, URLs like https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/?view&...
Foobar's user avatar
  • 8,659
0 votes
1 answer
366 views

i'm getting this error when trying to perform the google sign in method with flutter like this import 'package:google_sign_in/google_sign_in.dart'; final googleSignIn = GoogleSignIn( ...
Abelardo Aqui's user avatar
0 votes
3 answers
93 views

final api = GoogleSignIn(); Future<void> _signIn() async { try { var user = await api.signIn(); print(user); } catch (e) { logger.e(e); } } key.properties storePassword=...
tjpin's user avatar
  • 1

1
2 3 4 5
104