We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339459e commit 9d64583Copy full SHA for 9d64583
1 file changed
firestore/cloud-client/snippets.py
@@ -881,5 +881,5 @@ def update_document_increment(db):
881
# [START fs_update_document_increment]
882
washington_ref = db.collection(u'cities').document(u'DC')
883
884
- washington_ref.update("population", firestore.Increment(50))
+ washington_ref.update({"population": firestore.Increment(50)})
885
# [END fs_update_document_increment]
0 commit comments