How to drastically reduce the number of reads when no documents are changed in Firestore?

Alex Mamo
Firebase Tips & Tricks
5 min readMay 27, 2020

--

As a constant contributor on Stackoverflow, I’ve seen many questions regarding the way Firestore charges the read operations, so I’ve decided to write this article to provide a little more information. I’ll also explain a workaround that is useful if you want to drastically reduce the number of reads when no documents are changed on the…

--

--