There are several questions related to firestore cost, but I couldn't find the one which clarify the question in my head.
I have two cases, and I'd like to know the estimated cost, the document read count, in each case.
Let's assume that I have a one page app which shows 10 users. Opening the app attaches the listener to the userList collection and listens 10 documents from that collection, and closing the app detach the listener from firestore.
Case 1: If there is no update on any document, I open and close the app, and open it again within 30 minutes. What the document read count would be? 10, 20, or any other?
Case 2: I open and close the app; one document is updated, and I open it again within 30 minutes. What the document read count would be? 11, 21, or any other?