简体   繁体   中英

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?

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?

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 . Within the Firebase console there is just the 30-day aggregated usage report.

Also see:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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