Top "Googlesigninaccount" questions

Class that holds the basic account information of the signed in Google user.

Token null Sign-in Google Account

I am following the example of google to get the token but without success. Always fails to acquire the token. …

android google-signin googlesigninaccount
Google SignIn API Exception 10

Approaching to the final stage of the authentification, but something is going wrong in handleSignInResult method. It returns Exception code 10 (…

java android google-signin googlesigninapi googlesigninaccount
PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null))

The line where is going to crash: GoogleSignInAccount googleUser = await _googleSignIn.signIn(); What have I tried: I've generated my SH1 …

dart flutter google-signin googlesigninapi googlesigninaccount
Silent sign in to retrieve token with GoogleApiClient

I am using "Google Sign-In" in my app. Hence I use the class GoogleApiClient to get the user email and …

android google-authentication google-signin googlesigninaccount
com.google.android.gms.common.api.ApiException: 10

I'm trying to use google sign in sample, but it doesn't work. I receive ApiException statusCode = 10 I use the same …

android google-play-services google-signin googlesigninapi googlesigninaccount