Document Updates - Do updates with no changes still cost 1 write?

前端 未结 2 1189
不思量自难忘°
不思量自难忘° 2021-01-14 19:59

Do document updates, where the update from a client, has no difference with the Firestore server copy still cost in terms of number of writes?

Also would a cloud fun

2条回答
  •  甜味超标
    2021-01-14 20:37

    According to the Cloud Firestore Pricing documentation, each set() or update() operation will count as a write. In this case, you will still be charged with the cost of 1 write when called with new changes or not.

提交回复
热议问题