热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

firebase分析首次报告需要多长时间?-Howmuchtimedoesittakeforfirebaseanalyticsfirstreport?

Wewantedtotryoutthenewanalyticscapabilitiesprovidedbyfirebase,andfollowedallthesteps

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

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

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.?

获取我们的第一份报告,活动等需要多长时间?

4 个解决方案

#1


25  

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

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

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

Firebase表示它可能需要24小时,但文档说仪表板每天更新“几次”。

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事件发送到BigQuery,他们每天都会在那里创建一个新数据集,但似乎“旧”事件不会立即发送,可能需要几个小时,但还不知道。


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:

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

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

#2


16  

From the moment an event is logged it might take up to an hour for the event to be uploaded to Firebase Analytics server. First open is normally uploaded within 15 seconds after the app starts but the exact time depends on many factors. You can enable debug logging to verify the events are logged and uploaded.

从记录事件的那一刻起,可能需要一个小时才能将事件上传到Firebase Analytics服务器。首次打开通常在应用程序启动后的15秒内上传,但确切的时间取决于许多因素。您可以启用调试日志记录以验证是否记录和上载事件。

On Android:

在Android上:

adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC

On iOS:

在iOS上:

  1. In Xcode, select Product > Scheme > Edit scheme...
  2. 在Xcode中,选择产品>方案>编辑方案...
  3. Select Run from the left menu.
  4. 从左侧菜单中选择“运行”。
  5. Select the Arguments tab.
  6. 选择Arguments选项卡。
  7. In the Arguments Passed On Launch section, add -FIRAnalyticsDebugEnabled.
  8. 在Argmentments Passed On Launch部分中,添加-FIRAnalyticsDebugEnabled。

Once the data is uploaded it takes about 3 hours for it to appear in the dashboard.

数据上传后,它需要大约3个小时才能显示在仪表板中。

The export to BugQuery runs once a day so you need 24 hours to see the data after the events were uploaded.

导出到BugQuery每天运行一次,因此您需要24小时才能在事件上传后查看数据。

#3


11  

Why it just so happens I wrote a blog post on exactly this topic!

为什么会这样呢?我写了一篇关于这个主题的博文!

You should check it out for all the details, but the tl;dr is "a few hours", unless you're exporting your data to BigQuery.

您应该查看所有详细信息,但tl; dr是“几个小时”,除非您将数据导出到BigQuery。

#4


2  

Firebase Analytics Event Update time on Firebase Console.

Firebase控制台上的Firebase Analytics事件更新时间。

When an event is logged, It might take up to an hour for the event to be uploaded to Firebase Analytics server and to reflect on Firebase console.

记录事件时,可能需要一个小时才能将事件上载到Firebase Analytics服务器并反映在Firebase控制台上。

You can enable debug logging to verify the events are logged and uploaded using the Android studio's terminal

您可以启用调试日志记录,以验证使用Android studio终端记录和上载事件

- Make sure you are not connected to more than one device/emulator

- 确保未连接到多个设备/仿真器

adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC

推荐阅读
  • 详解 Python 的二元算术运算,为什么说减法只是语法糖?[Python常见问题]
    原题|UnravellingbinaryarithmeticoperationsinPython作者|BrettCannon译者|豌豆花下猫(“Python猫 ... [详细]
  • imx6ull开发板驱动MT7601U无线网卡的方法和步骤详解
    本文详细介绍了在imx6ull开发板上驱动MT7601U无线网卡的方法和步骤。首先介绍了开发环境和硬件平台,然后说明了MT7601U驱动已经集成在linux内核的linux-4.x.x/drivers/net/wireless/mediatek/mt7601u文件中。接着介绍了移植mt7601u驱动的过程,包括编译内核和配置设备驱动。最后,列举了关键词和相关信息供读者参考。 ... [详细]
  • 生成式对抗网络模型综述摘要生成式对抗网络模型(GAN)是基于深度学习的一种强大的生成模型,可以应用于计算机视觉、自然语言处理、半监督学习等重要领域。生成式对抗网络 ... [详细]
  • 本文介绍了设计师伊振华受邀参与沈阳市智慧城市运行管理中心项目的整体设计,并以数字赋能和创新驱动高质量发展的理念,建设了集成、智慧、高效的一体化城市综合管理平台,促进了城市的数字化转型。该中心被称为当代城市的智能心脏,为沈阳市的智慧城市建设做出了重要贡献。 ... [详细]
  • Linux重启网络命令实例及关机和重启示例教程
    本文介绍了Linux系统中重启网络命令的实例,以及使用不同方式关机和重启系统的示例教程。包括使用图形界面和控制台访问系统的方法,以及使用shutdown命令进行系统关机和重启的句法和用法。 ... [详细]
  • 本文讨论了在Windows 8上安装gvim中插件时出现的错误加载问题。作者将EasyMotion插件放在了正确的位置,但加载时却出现了错误。作者提供了下载链接和之前放置插件的位置,并列出了出现的错误信息。 ... [详细]
  • CSS3选择器的使用方法详解,提高Web开发效率和精准度
    本文详细介绍了CSS3新增的选择器方法,包括属性选择器的使用。通过CSS3选择器,可以提高Web开发的效率和精准度,使得查找元素更加方便和快捷。同时,本文还对属性选择器的各种用法进行了详细解释,并给出了相应的代码示例。通过学习本文,读者可以更好地掌握CSS3选择器的使用方法,提升自己的Web开发能力。 ... [详细]
  • sklearn数据集库中的常用数据集类型介绍
    本文介绍了sklearn数据集库中常用的数据集类型,包括玩具数据集和样本生成器。其中详细介绍了波士顿房价数据集,包含了波士顿506处房屋的13种不同特征以及房屋价格,适用于回归任务。 ... [详细]
  • Python正则表达式学习记录及常用方法
    本文记录了学习Python正则表达式的过程,介绍了re模块的常用方法re.search,并解释了rawstring的作用。正则表达式是一种方便检查字符串匹配模式的工具,通过本文的学习可以掌握Python中使用正则表达式的基本方法。 ... [详细]
  • 本文介绍了在Vue项目中如何结合Element UI解决连续上传多张图片及图片编辑的问题。作者强调了在编码前要明确需求和所需要的结果,并详细描述了自己的代码实现过程。 ... [详细]
  • 解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法
    本文介绍了解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法,包括检查location配置是否正确、pass_proxy是否需要加“/”等。同时,还介绍了修改nginx的error.log日志级别为debug,以便查看详细日志信息。 ... [详细]
  • EPPlus绘制刻度线的方法及示例代码
    本文介绍了使用EPPlus绘制刻度线的方法,并提供了示例代码。通过ExcelPackage类和List对象,可以实现在Excel中绘制刻度线的功能。具体的方法和示例代码在文章中进行了详细的介绍和演示。 ... [详细]
  • Android日历提醒软件开源项目分享及使用教程
    本文介绍了一款名为Android日历提醒软件的开源项目,作者分享了该项目的代码和使用教程,并提供了GitHub项目地址。文章详细介绍了该软件的主界面风格、日程信息的分类查看功能,以及添加日程提醒和查看详情的界面。同时,作者还提醒了读者在使用过程中可能遇到的Android6.0权限问题,并提供了解决方法。 ... [详细]
  • 本文介绍了贝叶斯垃圾邮件分类的机器学习代码,代码来源于https://www.cnblogs.com/huangyc/p/10327209.html,并对代码进行了简介。朴素贝叶斯分类器训练函数包括求p(Ci)和基于词汇表的p(w|Ci)。 ... [详细]
  • 本文讨论了在使用Git进行版本控制时,如何提供类似CVS中自动增加版本号的功能。作者介绍了Git中的其他版本表示方式,如git describe命令,并提供了使用这些表示方式来确定文件更新情况的示例。此外,文章还介绍了启用$Id:$功能的方法,并讨论了一些开发者在使用Git时的需求和使用场景。 ... [详细]
author-avatar
wyzf88_987
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有