We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1affca commit 2b90984Copy full SHA for 2b90984
packages/firestore/src/protos/google/firestore/v1/write.proto
@@ -47,10 +47,7 @@ message Write {
47
// This only requires read access to the document.
48
string verify = 5;
49
50
- // Applies a tranformation to a document.
51
- // At most one `transform` per document is allowed in a given request.
52
- // An `update` cannot follow a `transform` on the same document in a given
53
- // request.
+ // Applies a transformation to a document.
54
DocumentTransform transform = 6;
55
}
56
0 commit comments