简体   繁体   English

Analytics for Firebase-调试事件和用户属性

[英]Analytics for Firebase - Debugging events and user properties

I'm working with firebase analytics for my android App, I know firebase works as a Data layer and then this info is sent to Analytics for Firebase. 我正在为我的Android应用程序使用Firebase分析,我知道Firebase可以用作数据层,然后将此信息发送到Analytics for Firebase。

I need to test all my events and user properties before moving to production, but i dont want to send data to firebase beacuase it wont be true data. 在进入生产之前,我需要测试所有事件和用户属性,但是我不想将数据发送到Firebase,因为它不是真实数据。

Is there any way to prevent this so i can debug without sending untrue data? 有什么办法可以防止这种情况,以便我可以在不发送不真实数据的情况下进行调试?

Yes, you can turn on debug mode and see the events and user properties in real-time on debug view ( https://firebase.google.com/docs/analytics/debugview ). 是的,您可以打开调试模式,并在调试视图( https://firebase.google.com/docs/analytics/debugview )上实时查看事件和用户属性。 In that way, you can verify that your instrument is good to go. 这样,您可以验证仪器是否适合使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM