View source: R/firestore_objects.R
DocumentChange | R Documentation |
DocumentChange Object
DocumentChange(targetIds = NULL, removedTargetIds = NULL, document = NULL)
targetIds |
A set of target IDs of targets that match this document |
removedTargetIds |
A set of target IDs for targets that no longer match this document |
document |
The new state of the Document |
Autogenerated via gar_create_api_objects
A Document has changed. May be the result of multiple writes, including deletes, that ultimately resulted in a new value for the Document. Multiple DocumentChange messages may be returned for the same logical change, if multiple targets are affected.
DocumentChange object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.