A representation of a Document that can be mutated via MutableDocumentPath. You don't create or interact with a MutableDocument directly but rather through the update() methods of PendingCursorOperation and PendingIDSpecificOperation.
MutableDocument
update()
Returns the ID of the document.
Returns the document path at the root of the document.
Convenience property, same as path.value.
path.value
Convenience method, same as calling path.at().
path.at()
A representation of a Document that can be mutated via MutableDocumentPath. You don't create or interact with a
MutableDocument
directly but rather through theupdate()
methods of PendingCursorOperation and PendingIDSpecificOperation.