在你的项目中集成 google Auth。 (获取配置文件)

首先从中获取登录配置文件

打开下面的链接

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

点击获取配置文件

  • 输入应用程序名称和包名称,然后单击选择和配置服务
  • 提供 SHA1 启用谷歌 SIGNIN 并生成配置文件

下载配置文件并将文件放在项目的 app /文件夹中

  1. 将依赖项添加到项目级 build.gradle:

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

  1. 将插件添加到你的应用级 build.gradle :(下)

申请插件:‘com.google.gms.google-services’

  1. 将此依赖项添加到你的应用程序 gradle 文件

依赖项{compile’c​​om.google.android.gms:play-services-auth:9.8.0'}