还有另一个地方可以获得google-services.json吗?

时间:2015-12-19 06:08:25

标签: android google-signin

我尝试点击the docs中的GET A CONFIGURATION FILE链接,但the resulting page只是加载和加载。这种情况发生在Firefox和Chrome以及我的手机上。有没有其他方法来获取配置文件?

编辑:我在Chrome开发者控制台中收到了这些错误:

Refused to display 'https://accounts.google.com/ServiceLogin?service=cloudconsole&osid=1&passiv…ed%253Dtrue%26cntlbl%3DContinue%2BAdding%2BSign-In%26cntapi%3Dsignin&hl=en' in a frame because it set 'X-Frame-Options' to 'DENY'.
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://console.developers.google.com') does not match the recipient window's origin ('null').(anonymous function) @ script_foot.js:348n.event.dispatch @ jquery.min.js:3r.handle @ jquery.min.js:3

3 个答案:

答案 0 :(得分:14)

创建Firebase项目后,您将立即获得" google-services.json"

但是,如果您遗漏并忘记下载,您仍然可以从现有项目中获取JSON文件 -

  • 只需从firebase控制台中选择项目。
  • 转到项目设置
  • 向下滚动(是啊!它就在那里!)

屏幕截图:

google-services.json

答案 1 :(得分:2)

好的,如果有其他人遇到此问题我找到了解决方法。

基于有关无法在框架中显示https://accounts.google.com/ServiceLogin?service=cloudconsole&osid=1&passiv…ed%253Dtrue%26cntlbl%3DContinue%2BAdding%2BSign-In%26cntapi%3Dsignin&hl=en的错误消息...我只是直接关注该链接。

答案 2 :(得分:0)

请参考this页:

  

Firebase控制台将帮助您下载google-services.json。此外,大多数API的快速入门指南都包含生成此文件的说明。下载完google-services.json文件后,请将其复制到Android Studio项目的app /文件夹中;如果使用的是多种构建类型,则将其复制到app / src / {build_type}文件夹中。

因此,转到Firebase Console,按添加新项目并按照说明进行操作