简体   繁体   English

Google Firebase如何查看读写量?

[英]How to view amount of reads and writes with Google Firebase?

How can I view the amount of reads and writes in real-time with Google Firebase?谷歌Firebase如何实时查看读写量?

That is, if my app reads something from Firebase how can I view the number of reads (getting incremented by 1 in this case) immediately after?也就是说,如果我的应用程序从 Firebase 读取了一些内容,我如何才能立即查看读取次数(在这种情况下增加 1)?

The closest you have like that for your real Firebase/Google Cloud project is going to be the logs in Cloud Logging and Cloud Monitoring .与您真正的 Firebase/Google Cloud 项目最接近的是 Cloud Logging 和Cloud Monitoring中的日志。 Within the Firebase console there is just the 30-day aggregated usage report.在 Firebase 控制台中,只有 30 天的汇总使用情况报告。

Also see:另见:

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

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