Top "Google-authentication" questions

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

Combining Facebook and Google auth for Firebase Android

Background Hello, I'm new with Firebase for Android and I'm trying to implement the Facebook and Google auth/login for …

android firebase firebase-authentication facebook-authentication google-authentication
iOS: Google Authentication Code

I am working with authenticating user to use the google account he is associated with. The problem is that everytime …

ios iphone gmail google-authentication
com.google.android.gms.auth.GoogleAuthException: getToken(Unknown Source) exception

In my Android application, I am trying to get google token to verify at my google app engine backend server. …

android google-app-engine google-authentication
Android Studio - GoogleAuthUtil cannot be resolved

I'm using Android Studio. I need to use Google Accounts, but I'm getting an error. Cannot resolve symbol 'GoogleAuthUtil' I've …

android android-studio google-play-services google-authentication
How to get public Google Spreadsheet data using Google Spreadsheet API Java library without authentication

-what I want to do I would like to get data from Google Spreadsheet using Google Spreadsheet API Java library …

java google-sheets google-spreadsheet-api google-authentication
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
Google JWT Authentication with AspNet Core 2.0

I am trying to integrate google authentication in my ASP.NET Core 2.0 web api and I cannot figure out how …

asp.net-core oauth-2.0 google-api asp.net-core-2.0 google-authentication
AuthenticationManager.GetExternalLoginInfoAsync() on google aspnet mvc5 returns null

I've developed an ASPNET MVC 5 application using default Visual Studio 2015 Template and Google authentication. All works fine in the development …

asp.net-mvc visual-studio-2015 owin google-authentication