Hi guys in this video will learn how to added/implement google sign in android studio using Firebase Authencation.Watch the video start to end for better understanding.
I hope this video will be helpful for you.
dependencies :
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.android.gms:play-services-auth:18.1.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
apply plugin: 'com.google.gms.google-services'
classpath 'com.google.gms:google-services:4.3.4'