Sowmyan Soman
Sowmyan Soman

Reputation: 923

firebase cloud firestore pricing on batch operations

https://firebase.google.com/docs/firestore/manage-data/transactions

If we use the batch API to write something to firestore, is it going to be counted as a single write operation on pricing >

Upvotes: 14

Views: 2145

Answers (1)

Dan McGrath
Dan McGrath

Reputation: 42048

No. You are still charged for each individual document write.

Upvotes: 17

Related Questions