How to "INTEGRATE GOOGLE SIGN_IN into YOUR ANDROID APP"
STEP 1) Make sure in your SDK manager Google repository and google play services
Tools -> ANDROID - > SDK manager -> Launch StandAlone SDK manager -> Extras
STEP 2) GET CONFIGURATION FILE
- Enter Project name , Package and select your country
- Now, Select Google sign in.
- COPY SHAI certificate code by typing, in CMD "keytool -list -v -keystore C:\Users\YOURUSERPROFILENAME\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android" (WITHOUT QUOTES)
- Follow next easy steps.!
STEP 3)Download .json FILE And paste it to APP directory..!!
STEP 4)Put this dependecies :
PASTE in APP LEVEL "buid.gradle" file:" apply plugin: 'com.google.gms.google-services' "
PASTE in PROJECT LEVEL "Build.gradle" file :" classpath 'com.google.gms:google-services:3.0.0' "
(Without Double Quotes)
NOW refer this For coding part..!!!
https://developers.google.com/identity/sign-in/android/sign-in
REFRENCE = http://www.developers.google.com
Comments
Post a Comment