我的google-services.json中有什么oauth和邀请?

时间:2019-01-21 20:52:15

标签: firebase firebase-authentication firebase-invites

我仅将Firebase用于数据库和广告

implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-ads:17.1.2'
implementation 'com.google.firebase:firebase-core:16.0.6'

但是生成的google-services.json有很多东西:

enter image description here

我的google-services.json中的oauth和邀请是什么?

我可以删除它吗?

有Firebase邀请服务,但我从未使用过https://firebase.google.com/docs/invites/

我也不使用身份验证服务,所有方法均已禁用:

enter image description here

1 个答案:

答案 0 :(得分:0)

需要明确的是,JSON文件本身并不执行任何操作。 Google Play服务插件会在构建时使用它来向您的应用添加数据。如果您想知道插件对您的google-services.json文件的确切作用,可以进行read the documentation。如果您只是直接在应用程序中通过向应用程序中添加相关的字符串资源来模拟插件的功能,则甚至不需要插件和JSON文件。这实际上是最底线-新的字符串资源。而已。并非所有这些数据实际上都会将其纳入您的应用程序。

我不建议您更改JSON文件,因为这可能会使插件感到困惑。除了您对所用产品的期望之外,我无法想到这些信息会改变您应用程序的行为方式。