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()
Not available in React Native environments.
Returns the ID of the document.
when called in a React Native environment.
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
MutableDocumentdirectly but rather through theupdate()methods of PendingCursorOperation and PendingIDSpecificOperation.Not available in React Native environments.