问题
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?
回答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