View source: R/firestore_objects.R
Document | R Documentation |
Document Object
Document(name = NULL, createTime = NULL, updateTime = NULL, fields = NULL)
name |
The resource name of the document, for example |
createTime |
Output only |
updateTime |
Output only |
fields |
The document's fields. The map keys represent field names. A simple field name contains only characters |
Autogenerated via gar_create_api_objects
A Firestore document. Must not exceed 1 MiB - 4 bytes.
Document object
Other Document functions:
projects.databases.documents.createDocument()
,
projects.databases.documents.patch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.