View source: R/firestore_objects.R
Value | R Documentation |
Value Object
Value( doubleValue = NULL, geoPointValue = NULL, arrayValue = NULL, integerValue = NULL, nullValue = NULL, bytesValue = NULL, booleanValue = NULL, timestampValue = NULL, mapValue = NULL, stringValue = NULL, referenceValue = NULL )
doubleValue |
A double value |
geoPointValue |
A geo point value representing a point on the surface of Earth |
arrayValue |
An array value |
integerValue |
An integer value |
nullValue |
A null value |
bytesValue |
A bytes value |
booleanValue |
A boolean value |
timestampValue |
A timestamp value |
mapValue |
A map value |
stringValue |
A string value |
referenceValue |
A reference to a document |
Autogenerated via gar_create_api_objects
A message that can hold any of the supported value types.
Value object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.