简体   繁体   English

firebase 控制台中未记录的事件

[英]Events not logged in firebase console

I just don't know what to do anymore.我只是不知道该怎么办了。 I have a React-Native app and I'm trying to use Firebase Analytics to log Events in the app.我有一个 React-Native 应用程序,我正在尝试使用 Firebase Analytics 在应用程序中记录事件。 I'v followed the entire installation of https://rnfirebase.io/ and https://rnfirebase.io/analytics/usage .我已经完成了https://rnfirebase.io/https://rnfirebase.io/analytics/usage的整个安装。 Having done that I'v tried to log an Event but I can't see it in Firebase. What left me completely baffled is that activating the app for Debug View mode with -FIRDebugEnabled in XCode worked.完成后,我尝试记录一个事件,但我在 Firebase 中看不到它。让我完全困惑的是,在 XCode 中使用 -FIRDebugEnabled 激活应用程序的调试视图模式有效。 I could send an Event on the app and see it on the Debug View console in Firebase. When I deactivated the Debug mode WITHOUT ANY CHANGE only -FIRDebugDisabled in XCode the app did not send any Events to the Events console.我可以在应用程序上发送一个事件,并在 Firebase 中的调试视图控制台上看到它。当我在 XCode 中停用调试模式时,仅在没有任何更改的情况下 -FIRDebugDisabled 应用程序没有向事件控制台发送任何事件。 I don't get any error there is no way to know what is happening.我没有收到任何错误,无法知道发生了什么。 I have no idea of what I need to do or how to fix it.我不知道我需要做什么或如何解决它。 Maybe some configuration inside the GoogleServices-Info.plist?也许在 GoogleServices-Info.plist 中有一些配置? Something inside the Scheme in XCode? XCode 中的 Scheme 里面有什么东西? What should I do?我应该怎么办?

EDIT: I´v read a lot of answers here.编辑:我在这里读了很多答案。 Just to clarify the Events names are not a problem (no spaces or more than 40 chars) and I´v filtered Today and all posibles filters.只是为了澄清事件名称不是问题(没有空格或超过 40 个字符),我过滤了今天和所有可能的过滤器。

Unlike the DebugView, Firebase doesn't display data in real time.与 DebugView 不同,Firebase 不会实时显示数据。 There's an intended delay before the analytics data is logged on your Analytics dashboard.在将分析数据记录到您的 Analytics 仪表板上之前有一个预期的延迟。 The initial data logged usually takes up to 24 hours to display and 3-4 hours delay for the succeeding data.记录的初始数据通常需要长达 24 小时才能显示,而后续数据则需要 3-4 小时的延迟。 For additional information about it, you can refer to this blog post .有关它的更多信息,您可以参考这篇博文

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

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