Is there any way to profile firestore database?

前端 未结 1 971
执笔经年
执笔经年 2020-12-11 17:14

I am getting very high counts of Entity Writes in my firestore database.

Write permission in most of the paths are restricted, done from back-end server using admin

相关标签:
1条回答
  • 2020-12-11 18:09

    What I'm currently doing is going to firestore console => menu usage => view usage and I see something like this:

    It's not the same as the profiler, but better than nothing.

    I'm also keeping an eye on the video on the link below to see if someone provides an answer. People are asking for the profiler too. https://www.youtube.com/watch?v=9CObBsjk6Tc

    0 讨论(0)
提交回复
热议问题