5,183 questions
1
vote
2
answers
74
views
Google Credential Manager - Issue with getting the user email
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 ...
0
votes
0
answers
45
views
Error GetCredentialResponse retornado da estrutura no Flutter Google Sign In 7.1.1
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 ...
5
votes
1
answer
502
views
The class 'GoogleSignIn' doesn't have an unnamed constructor
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 ...
2
votes
3
answers
526
views
Flutter for Android - Login with google_sign_in 7.1.0 fails
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 ...
-1
votes
0
answers
98
views
I encountered GOOGLE LOGIN ERROR 10 DEVELOPER ERROR in React Native expo
I try using https://github.com/react-native-google-signin/google-signin package in my project to implement Google login, but I'm getting Google Sign-In error: 10 - DEVELOPER_ERROR.
Before you ask, yes,...
0
votes
1
answer
157
views
Flutter new google_sign_in package V7 - missing 'accessToken' property?
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 "...
0
votes
0
answers
86
views
Google Sign-In fails silently with /login?error when using HTTPS (works on HTTP) in Spring Boot + Scala application
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 ...
0
votes
1
answer
80
views
Problems with CredentialManager: Cannot auto sign in with multiple accounts, no logout API, and login failure after app access revocation
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:...
0
votes
0
answers
26
views
Getting No type or protocol named 'GIDSignInDelegate' error when trying to run xcode project
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 ...
1
vote
0
answers
81
views
React native firebase sign in with google
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....
0
votes
0
answers
48
views
FirebaseAuth Error code 17004 is being thrown when Error code 17011 should appear (XCode)
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/...
2
votes
1
answer
129
views
Struggling to Get Signed-In Google User Session Using New Credential Manager API
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 ...
0
votes
0
answers
51
views
Unity iOS Build Fails After Adding GoogleSignIn – Undefined Symbols for GoogleSignIn Methods
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 ...
0
votes
1
answer
60
views
Google Sign-In in Ionic React with Firebase not working in production (BAD_AUTHENTICATION, OAuth2: OpenID error)
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 ...
0
votes
0
answers
35
views
PlatformException(sign_in_failed, com.google.android.gms.api.b: 10: , null, null) [duplicate]
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 ...