Android Google signin integration on android Integration of google Auth in your project. (Get a configuration file)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

First get the Configuration File for Sign-in from

Open link below

[https://developers.google.com/identity/sign-in/android/start-integrating][1]

click on get A configuration file

  • Enter App name And package name and click on choose and configure services
  • provide SHA1 Enable google SIGNIN and generate configuration files

Download the configuration file and place the file in app/ folder of your project

  1. Add the dependency to your project-level build.gradle:

classpath 'com.google.gms:google-services:3.0.0'

  1. Add the plugin to your app-level build.gradle:(bottom)

apply plugin: 'com.google.gms.google-services'

  1. add this dependency to your app gradle file

dependencies { compile 'com.google.android.gms:play-services-auth:9.8.0' }



Got any Android Question?