我做了一个涉及谷歌登录的项目。
下载的文件是credentials.json。
我把它放在哪里?
此时已从google-services.json更改
注意:我没有使用Firebase。
答案 0 :(得分:2)
最常见的地方在project_folder/app
文件夹中。
答案 1 :(得分:2)
您不需要credentials.json
文件来添加基本的Google登录到您的应用
按照此网址点击Configure a project
按钮添加包名称和密钥sha-1指纹,您应该好好去
https://developers.google.com/identity/sign-in/android/start-integrating
检查此Google示例项目是否完整实施
https://github.com/googlesamples/google-services/tree/master/android/signin