Top "Google-authentication" questions

All authentication using google accounts that includes plugins, application, games etc.

Authentication using Facebook at first and then Google causes an error in Firebase for Android

As I understand from the Firebase Docs, if a user authenticates his account with a credential, he should strictly login …

android firebase facebook-login firebase-authentication google-authentication
Firebase Android: Google Sign In Failure

First of all, I have to say I'm very very new to Android development so forgive me if I overlook …

android firebase firebase-authentication google-authentication
Authenticating with OAuth2 for an app *and* a website

I'm developing a website that is primarily accessed via an app, and I want to use OAuth2 for user registration …

android oauth oauth-2.0 google-authentication
Access Google spreadsheet API without auth token

I have created Google Spreadsheet, and given edit access to all (can edit even without login). Here is the link. …

google-sheets google-spreadsheet-api google-authentication google-developers-console
Subdomain in Google Console Redirect URIs

I have an web application that uses google api (google drive). The application is used by many clients and every …

google-api subdomain oauth-2.0 wildcard-subdomain google-authentication
Firebase Android Authentication failed: expired_token (Auth token is expired)

I encounter an issue with Android Firebase Auth using com.google.gms:google-services:3.0.0 and com.google.firebase:firebase-auth:9.0.1. 1 hour after …

android firebase-authentication google-authentication facebook-authentication
Google Authentication API: How to get the user's gmail address

I've been studying the Google authentication API (AuthSub)... My question is, how do I get the user's account information (at …

google-api google-authentication authsub
'com.google.android.gms.common.api.GoogleApiClient' is deprecated

I'm using in my app Google sign-in method and I have updated today my dependencies to: implementation "com.google.firebase:…

android firebase firebase-authentication google-authentication
What is production keystore in android and how can I get the path-to-production-keystore?

I am trying to add google authentication feature in my android app and for that I need to get the …

android google-authentication
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