Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, updating a document in the Firestore database will not increase the number of read operations. It will only count as one write operation. However, if you retrieve the updated document after the update, it will count as a read operation.