What APIs and Credentials are really needed for Firebase Analytics?

我是研究僧i 提交于 2019-12-12 03:44:46

问题


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:

  1. Server key (auto created by Google Service)
  2. Android key (auto created by Google Service)

OAuth 2.0 client IDs:

  1. Android client for xxx.xxx.xxx (auto created by Google Service)
  2. Web client (auto created by Google Service)

Also there are 4 API enabled:

  1. Google Cloud Messaging
  2. Identity Toolkit API
  3. Mobile Crash and Performance Reporting API
  4. 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?


回答1:


No, you don't need any of those to use Firebase Analytics.



来源:https://stackoverflow.com/questions/38443985/what-apis-and-credentials-are-really-needed-for-firebase-analytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!