Top "Google-signin" questions

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

GoogleSignInResult isSuccess failed

I want to use the Google Login for my App, but I always get the message Status{statusCode=unknown status …

java android google-signin google-login
How to verify google auth token at server side in node js?

My front end application is authenticated using gmail account. I retrieve id_token after the authentication is successful and send …

javascript node.js api google-signin google-authentication
Get person details in new google sign in Play Services 8.3

I'm trying to get a user's profile using the new Google Sign In API introduced in play services 8.3. Other than …

android google-play-services google-api-client google-signin google-plus-signin
Google Sign-In backend server authentication

I'm writing an Android app for voice chatting and decided to use Google Sign-In for a simple user authentication with …

android authentication token backend google-signin
Change Facebook & Google's Login Buttons Shape & Style

I'm working on a project where I'm using rounded buttons, EditText fields, etc. However, when I attempt to change the …

android facebook button google-signin facebook-social-plugins
Use User-Defined build settings in custom .plist file

I have different build configurations (Debug, Stage, Prod) defined for my app and I use User-Defined build settings: to set …

ios xcode plist google-signin
Is Google Sign-In a free or paid service?

Is Google Sign-In a free or paid service? If it is a paid service, where is the price list published?

google-signin
signInSilently() generates an error code=-4

I'm having this case where the GIDSignIn.sharedInstance().signInSilently() is returning an error: Error Domain=com.google.GIDSignIn Code=-4 "…

ios swift google-signin
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
Android: What is transport and jsonFactory in GoogleIdTokenVerifier.Builder?

in the blow code, whats is transport and jsonFactory ? (I do not understand) https://developers.google.com/identity/sign-in/android/…

android android-studio authorization google-api-java-client google-signin