Top "Google-signin" questions

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

Android: How to get Refresh Token by Google Sign-In API?

Currently, I am working on the application where user able to login with Google. As part of the login process, …

android google-api google-play-services access-token google-signin
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
GoogleSignInAccount getPhotoUrl() return null

Trying to get photo from signed in profile. But always return null. Name and email return values, trouble only with …

android google-signin google-profiles-api
You must specify |clientID| for |GIDSignIn| error when trying to sign in with Google

Google sign in was working fine with Xcode 7. After updating to Xcode 8, I started getting the error: Terminating app due …

ios swift xcode google-signin
gapi is not defined when loading React Component

I am trying to integrate Google Sign In (link) using React. I found a question that has solved this in …

javascript reactjs google-signin
Google, Facebook Sign in support with Flutter

I am new to Flutter, Is there any way that i can provide Sign in using GOOGLE/FACEBOOK with Flutter. …

facebook dart google-signin flutter
How to refresh expired google sign-in logins?

I'm using Google Sign-In. A user comes to my site and logs in with gapi.auth2.getAuthInstance().signIn(), or they …

google-signin google-plus-signin google-identity
Occured an INTERNAL_ERROR when requestEmail from GoogleSignInOptions Android

I'm following google instruction to add sign in with google button to my app. If I request sign in without …

android google-signin google-identity
Where to put credentials.json in Android Studio

I have made a project involving Google Login. The file downloaded was credentials.json. Where do I put this? Since …

android google-signin
Android Google Sign In fails with error code 8 (no message)

I am trying to integrate Google Sign in to my application, but I get errors that I cannot understand. I …

android google-oauth google-signin google-openid google-login