Ditto Mutable Document Path
class DittoMutableDocumentPath
Content copied to clipboard
Provides an interface to specify a path to a key in a document that you can then call various update functions on. You obtain a DittoMutableDocumentPath by subscripting a DittoMutableDocument and you can then further subscript a DittoMutableDocumentPath to further specify the key of the document that you want to update.
Functions
get
Link copied to clipboard
replaceWithCounter
Link copied to clipboard
set
Link copied to clipboard
Properties
attachmentToken
Link copied to clipboard
booleanValue
Link copied to clipboard
docID
Link copied to clipboard
doubleValue
Link copied to clipboard
floatValue
Link copied to clipboard
stringValue
Link copied to clipboard