View source: R/firestore_objects.R
TransactionOptions | R Documentation |
TransactionOptions Object
TransactionOptions(readOnly = NULL, readWrite = NULL)
readOnly |
The transaction can only be used for read operations |
readWrite |
The transaction can be used for both read and write operations |
Autogenerated via gar_create_api_objects
Options for creating a new transaction.
TransactionOptions object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.