This may sound silly but I'm a little bit confused with Firestore pricing.
I've read other questions here, read the doc and watched a few videos.
What does count as a read operation?
.get() or .data();
I tried figuring out myself by viewing the quota using and playing with Postman, but the read operation count is not increasing.
I'm using Node SDK.
Thanks