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 so that I can know which query to optimize.
Is there anyway for that?
I looked into GCP monitoring but I couldn't achieve what I want to do here.
I read documents from js SDK and nodejs Admin SDK