Firebase Firestore: How to monitor read document count by collection?

前端 未结 1 943
青春惊慌失措
青春惊慌失措 2020-12-04 03:28

I\'m monitoring document read count in Firebase Console > Firestore > Usage section.

However, I want to find a way to see document read count by collection

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

    Firestore provides no accounting other than a total running read count for the entire database for the last 30 days. If you need something more specific, you'll have to record it yourself somehow.

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