so my app is currently in development so i am the only user and i come across the Firestore Reads Data, which seems to high and now i am wondering why the number of reads is that high.
To test this i calculated every readed Doc that my app querys when i start my App. Also i have some onsnapshot listeners but those triggered only once at the appstart on my test. I came across 67 reads in Total. then i waited a few minutes and looked in the firestore usage tab and their it says i performed 469 reads, which is a big difference.
Now my question is, why is that number so big difference to my calculated number? I am just querying some docs, using the .count() function which counts as 1 read (because i only have 50 docs that are counted) and the onSnapshot listeners also only count a read per updated,added Document on the query.
In the picture attached you can see the Firestore Usage before, The test and after Firebase Usage Test Report