View source: R/firestore_objects.R
WriteRequest | R Documentation |
WriteRequest Object
WriteRequest(writes = NULL, streamToken = NULL, labels = NULL, streamId = NULL)
writes |
The writes to apply |
streamToken |
A stream token that was previously sent by the server |
labels |
Labels associated with this write request |
streamId |
The ID of the write stream to resume |
Autogenerated via gar_create_api_objects
The request for Firestore.Write. The first request creates a stream, or resumes an existing one from a token. When creating a new stream, the server replies with a response containing only an ID and a token, to use in the next request. When resuming a stream, the server first streams any responses later than the given token, then a response containing only an up-to-date token, to use in the next request.
WriteRequest object
Other WriteRequest functions:
projects.databases.documents.write()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.