firestore: Replace usage of Write.transform with Write.update_transforms #8160
Labels
api: firestore
Issues related to the Firestore API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Update google-cloud-firestore to use
Write.update_transforms
introduced in firestore/v1/write.proto, replacing the previousWrite.transform
. The newupdate_transforms
allow for an atomicupdate
andtransform
of a document.Import the latest conformance tests to verify this change.
Existing implementations
Node: PR
Java: PR
C#: PR
The text was updated successfully, but these errors were encountered: