Top "Google-signin" questions

Google Sign-In allows users to sign in to your application with their Google accounts

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
Gradle fails building with "Missing project_info object"

Hi I'm trying to add "Sign-In with Google+" capabilities to my app. I have followed the steps from here https://…

android google-signin
Sign-in with google for android not working in release apk

I have added the Google Sign in in my application and made it work by following all the steps in …

android google-play-services google-signin
Get access token on server side javascript (nodejs) using google authorization code received from client side

i have gone through this documentation :- https://developers.google.com/identity/sign-in/web/server-side-flow At the last step it …

javascript node.js google-oauth google-signin google-api-nodejs-client
Google sign in not working android?

So an issue my project has encountered is that the sign in through google does not work consistently. Ie, it …

android google-signin google-plus-signin
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
Android Google SignIn not working in debug mode: GoogleSignInResult is false

I have been following this tutorial to get Google SignOn going: https://developers.google.com/identity/sign-in/android/start-integrating When …

android google-signin
Android Google Sign In: check if User is signed in

I am looking for a way to check if my user already signed in with Google Sign In. I support …

android google-signin
Google Sign-In requestIdToken returns null

I forked this google sample project and ran the android signin. I set up the options in the google developers …

android google-play-services google-signin
Google sign in website Error : Permission denied to generate login hint for target domain

I am trying to integrate Google login in my website .. I am following this example: https://developers.google.com/identity/…

login google-oauth google-signin