View source: R/firestore_objects.R
Target | R Documentation |
Target Object
Target( resumeToken = NULL, targetId = NULL, once = NULL, readTime = NULL, query = NULL, documents = NULL )
resumeToken |
A resume token from a prior TargetChange for an identical target |
targetId |
The target ID that identifies the target on the stream |
once |
If the target should be removed once it is current and consistent |
readTime |
Start listening after a specific |
query |
A target specified by a query |
documents |
A target specified by a set of document names |
Autogenerated via gar_create_api_objects
A specification of a set of documents to listen to.
Target object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.