简体   繁体   English

Firebase 分析特定设备?

[英]Firebase profiling for a specific device?

As per documentation we can measure the performance of our Firebase Realtime Database with the database profiler tool.根据文档,我们可以使用数据库分析器工具测量 Firebase 实时数据库的性能。 Since my app is in live and I want to check bandwidth data by traversing all over the application only on my device.由于我的应用程序处于实时状态,我想通过仅在我的设备上遍历整个应用程序来检查带宽数据。 Can I do this using database profiler tool or any other way to do it?我可以使用数据库分析器工具或任何其他方式来做到这一点吗?

The Firebase Realtime Database profiler runs on the entire database instance. Firebase 实时数据库探查器在整个数据库实例上运行。 There is no configuration option or API to run the profiler for a single device.没有配置选项或 API 来为单个设备运行分析器。

If you want to profile the behavior of a single device, consider setting up a secondary database (in the same project or in its own project) and running the profiler on that instead.如果您想分析单个设备的行为,请考虑设置一个辅助数据库(在同一项目中或在其自己的项目中)并在其上运行分析器。

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

相关问题 firebase 云消息是否允许将推送通知定位到特定设备/用户等 - Does firebase cloud messaging allow targeting of push notifications to a specific device/user etc Firebase 手机认证在 Android 真实设备上不起作用 - Firebase phone authentication is not working on Android real device Firebase 设备未收到云消息通知 - Firebase cloud messaging notification not received by device API 已发送 Firebase 设备未收到通知 - API sent Firebase notifications not received on device React Native:Firebase android 设备中的 OTP 问题 - React Native: Firebase OTP issues in android device Firebase 功能 AppCheck 一直让我的设备失败 - Firebase Functions AppCheck keeps failing my device 从 Firebase 中删除特定用户 - Delete a specific user from Firebase 特定设备的比特率质量级别 - bitrate quality level for specific device Flutter Firebase 适用于真实设备 不适用于 Android 仿真器 - Flutter Firebase Works On Real Device Not On Android Emulator 当设备未收到 Firebase 通知时执行操作 - Perform an action when Firebase Notification is not received by the device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM