View source: R/firestore_objects.R
ListenResponse | R Documentation |
ListenResponse Object
ListenResponse( documentRemove = NULL, documentDelete = NULL, targetChange = NULL, documentChange = NULL, filter = NULL )
documentRemove |
A Document has been removed from a target (because it is no longer relevant to that target) |
documentDelete |
A Document has been deleted |
targetChange |
Targets have changed |
documentChange |
A Document has changed |
filter |
A filter to apply to the set of documents previously returned for the given target |
Autogenerated via gar_create_api_objects
The response for Firestore.Listen.
ListenResponse object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.