Firebase分析到底需要哪些API和凭证?[英] What APIs and Credentials are really needed for Firebase Analytics?

本文是小编为大家收集整理的关于Firebase分析到底需要哪些API和凭证?的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

在Firebase Console制作了Firebase Analytics的应用程序后(如下所述: https://. .

API键:

  1. 服务器密钥(Google Service创建的自动)
  2. Android密钥(由Google Service创建的自动)

oauth 2.0客户端IDS:

  1. xxx.xxx.xxx的android客户端(由Google服务创建的自动)
  2. Web客户端(Google Service创建的自动)

还启用了4个API:

  1. Google Cloud Messaging
  2. 身份工具包API
  3. 移动崩溃和性能报告API
  4. 令牌服务API.

Firebase Analytics确实需要这些API和凭证?我的意思是,如果我只计划使用分析?

推荐答案

不,您不需要任何一个使用Firebase Analytics.

本文地址:https://www.itbaoku.cn/post/1937895.html

问题描述

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?

推荐答案

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