Top "Googlesigninapi" questions

How to display Google sign-in button using HTML

<html> <head> <meta name="google-signin-scope" content="profile email"> <meta name="google-signin-client_id" content="…

html oauth google-api googlesigninapi
"Cannot read property 'load' of undefined"

I'm attempting to follow this documentation to integrate with Google sign in, though I'm running into this error in console: …

javascript google-signin googlesigninapi
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
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