特定用户如何选择退出 firebase 分析?

How can a specific user opt out from fire base analytics?

我正在为我的 android 应用程序使用 firebase 分析。我想将我自己和我的团队从 firebase 分析中移除,以便更好地分析用户数据。我该怎么做 ?

Mixpanel 在网络上有一个简单的选择退出页面用于类似的用例。你可以看看那个页面 here

setAnalyticsCollectionEnabled 将让您有条件地打开 Analytics 数据收集 on/off。

Firebase 文档 here 中解决了针对每个应用禁用 Analytics 收集的问题。

我收到了 Firebase 支持团队的回复。无法删除您的队友在开发或测试阶段生成的分析数据。他们建议为测试和生产创建单独的项目

Hi Jani,

I hope you're doing well and thank you for reaching out to us. If you meant like removing the analytics data generated by your teammates during development or testing phase, then it is not possible. In this case, we usually advise our developers to create separate projects, one for test or development phase and for production.

To disable the analytics collection in your app, please check out this documentation.

If you have any other questions or clarifications, just let me know. Thank you.

Regards,