本文章仅作为个人笔记
Google登录官网
Google登录官方快速入门文档
GoogleApi控制台
Google登录接入前提:
- 开发者:
-
拥有google开发者账号
-
添加必要jar包
implementation 'com.google.android.gms:play-services-auth:20.1.0'
-
官网配置项目,根据提示完成应用配置并打开Authentication功能,开启google登录提供方。
-
拥有google开发者账号
添加必要jar包
implementation 'com.google.android.gms:play-services-auth:20.1.0'
官网配置项目,根据提示完成应用配置并打开Authentication功能,开启google登录提供方。