Google Set up - MLSDev/LiveDataSocialAuth GitHub Wiki
To do all needed stuff follow the oficial Google documentation
Key points
- Genrate and add the
google-services.jsoninto the/appdirectory - Add the
classpath 'com.google.gms:google-services:4.2.0'dependency to your project-levelbuild.gradle - Add the
apply plugin: 'com.google.gms.google-services'plugin at the end of your app-levelbuild.gradle - Add the
implementation 'com.google.android.gms:play-services-auth:16.0.1'dependency to your app-levelbuild.gradle