Top "Google-login" questions

Google-login refers to a sign-in API provided by Google.

Error: Could not find com.google.gms:google-services:1.0. when adding google service plugin in build.gradle in android studio

I am integrating OAuth login for Google+ on my android application, following the tutorial. According to the tutorial, I should …

java android android-studio google-login
Authenticate programmatically to Google with OAuth2

How can I authenticate programmatically to Google? Now that ClientLogin (https://developers.google.com/accounts/docs/AuthForInstalledApps) is deprecated, how …

java google-oauth google-login
Failed to connect to www.googleapis.com port 443: Network unreachable

I'm trying to implement google sign-in in my website that is written in Symfony2 using Google Client API. I followed …

php symfony google-login google-client
Retrieve Google Access Token after authenticated using Firebase Authentication

I am trying to retrieve Google Access Token to access Google REST API such as YouTube Data API from an …

android firebase-authentication google-signin google-login
Gradle failed to resolve com.google.android.gms:play-services-auth:11.6.0

I am trying to use google log in in my mobile app but I am getting following error after following …

android google-api android-gradle-plugin google-login
React-Native: Facebook and Google Login

I am currently trying to implement facebook and google login for a react-native app for ios and android. I must …

react-native facebook-login react-native-android google-login react-native-ios
Can't login using Google Auth, 403: org_internal

Can't login using Google Auth, Error 403: org_internal This client is restricted to users within its organization.

google-login
Google SSO login error: "popup_closed_by_user"

After setting up and running with my own client id I go through the login process and select the needed …

google-login
statusCode=DEVELOPER_ERROR in google login

Below code I am using for Google login.I added google-services.json file in the app folder.I am using …

android google-plus google-login android-googleapiclient google-developer-tools
What does the RC_SIGN_IN means in googleplus login

I need to add login with google plus button to my app. I followed google's documentation in this Link. But …

android google-plus google-play-services google-login