updateTransforms property
The transforms to perform after update.
This field can be set only when the operation is update
. If present,
this write is equivalent to performing update
and transform
to the
same document atomically and in order.
Implementation
core.List<FieldTransform>? updateTransforms;