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

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

问题描述

我们想尝试 Firebase 提供的新分析功能,并按照入门指南中的所有步骤进行操作.

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 it's 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.?

推荐答案

需要几个小时.根据目前的实验,我会说这需要 4 个小时或类似的时间.

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

Firebase 表示最多可能需要 24 小时,但文档说仪表板每天更新几次".

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

如果您将 Firebase 事件发送到 BigQuery,它们每天都会在那里创建一个新数据集,但似乎不会立即发送旧"事件,这可能也需要几个小时,还不知道.

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.

如果您想测试其他功能,或查看 Firebase 是否适用于您的应用,您可以强制崩溃,并在崩溃面板中查看它,因为这几乎是实时的.
或者您可以向所有用户发送通知,这也应该有效,而且比等待 4 小时或更长时间查看它是否真的有效要快.
如果您要尝试此操作,请记住添加依赖项:

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天全站免登陆