在React native中启用Firebase debugView事件

时间:2018-01-05 18:29:16

标签: firebase react-native firebase-authentication firebase-analytics

我一直试图将我的ReactNative应用程序连接到firebase有两个原因 - 1.推送通知(成功完成) 2.为每个用户记录事件。

我遇到了使用debugView来处理开发模式中的实时事件的问题,我能够在streamView中看到我的事件但是经过一段时间的延迟。

enter image description here

以上 - for android - adb shell setprop debug.firebase.analytics.app" package_name"

对于ios,我已将-FIRAnalyticsDebugEnabled添加到我的xcode方案中。

但这些似乎都不起作用。

我有RN0.44。

谢谢,

1 个答案:

答案 0 :(得分:2)

对于其他面临此问题的人,您可以运行以下命令:

adb shell setprop debug.firebase.analytics.app <package_name>

more details here