首次报告需要多长时间进行Firebase分析? [英] How much time does it take for firebase analytics first report?

查看:498
本文介绍了首次报告需要多长时间进行Firebase分析?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们希望尝试firebase提供的新分析功能,并遵循入门指南中的所有步骤。

我们运行了应用程序,记录了很多事件,并且已经过了几个小时;但是仪表板上没有任何数据 - 我们只是看到一个标题,上面写着您的分析数据很快就会出现在这里。

需要多少时间才能得到我们的第一份报告,事件等?

解决方案

需要几个小时。根据当前的实验,我会说这需要4小时或类似的东西。

Firebase 表示可能需要长达24小时,但文档说,仪表板更新每天几次。如果您将Firebase事件发送到 BigQuery ,他们每天都会创建一个新的数据集,但似乎旧事件是不立即发送,也许这也需要几个小时,还不知道。






如果您想测试其他功能,或查看Firebase是否适用于您的应用程序,您可以强制崩溃,并在崩溃面板中查看,导致该功能几乎实时。

您也可以向所有用户发送通知,这应该工作,它比等待4小时或更多,看看它是否真的工作更快。

记住要添加依赖关系,如果你要试试这个:

  compile'c​​om.google.firebase:firebase-crash:9.0.0'
compile'c​​om.google.firebase:firebase-messaging:9.0 .0'


We wanted to try out the new analytics capabilities provided by firebase, and followed all the steps in the getting started guide.

We 've run the app, logged a lot of events and its been a few hours; yet there is no data on the dashboard - We just see a banner saying "Your analytics data will appear here soon"

How much time does it take to get our first reports, events, etc.?

解决方案

It takes a few hours. I would say it takes like 4 hours or something like that, based on current experiments.

Firebase says that it can take up to 24h hours, but the docs says that the dashboard updates "a few times every day".

And if you send the Firebase events to BigQuery, they create a new dataset there everyday, but it seems that the "old" events are not sent immediately, maybe that takes a few hours too, don't know yet.


If you want to test other features, or see if Firebase is working for your app, you can force a crash, and see it in the Crash panel, cause this works almost real time.
Or you can send a notification to all users, this should work too, and it is faster than waiting for 4h or more to see if it is working really.
Remember to add the dependencies if you are going to try this:

compile 'com.google.firebase:firebase-crash:9.0.0'
compile 'com.google.firebase:firebase-messaging:9.0.0'

这篇关于首次报告需要多长时间进行Firebase分析?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆