问题描述
在Firebase Console制作了Firebase Analytics的应用程序后(如下所述: https://. .
API键:
- 服务器密钥(Google Service创建的自动)
- Android密钥(由Google Service创建的自动)
oauth 2.0客户端IDS:
- xxx.xxx.xxx的android客户端(由Google服务创建的自动)
- Web客户端(Google Service创建的自动)
还启用了4个API:
- Google Cloud Messaging
- 身份工具包API
- 移动崩溃和性能报告API
- 令牌服务API.
Firebase Analytics确实需要这些API和凭证?我的意思是,如果我只计划使用分析?
推荐答案
不,您不需要任何一个使用Firebase Analytics.
问题描述
After making an app for Firebase Analytics in Firebase Console (as mentioned here: https://firebase.google.com/docs/android/setup) in old developers console (https://console.developers.google.com) for the respective project we get some APIs enabled automatically and some credentials:
API keys:
- Server key (auto created by Google Service)
- Android key (auto created by Google Service)
OAuth 2.0 client IDs:
- Android client for xxx.xxx.xxx (auto created by Google Service)
- Web client (auto created by Google Service)
Also there are 4 API enabled:
- Google Cloud Messaging
- Identity Toolkit API
- Mobile Crash and Performance Reporting API
- Token Service API.
What of these API and Credentials are really needed for Firebase Analytics? I mean, do we need "Web client (auto created by Google Service)" client IDs or "Server key (auto created by Google Service)" if I plan using Analytic only?
推荐答案
No, you don't need any of those to use Firebase Analytics.