-
Notifications
You must be signed in to change notification settings - Fork 1
Google Set up
Serhii Petrosyuk edited this page Apr 19, 2019
·
1 revision
To do all needed stuff follow the oficial Google documentation
- 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