Optional
arrayOptional
deleteOptionally, delete the field with fieldName. Use dot notation to access nested fields.
Optional
disableOptionally, disable checking if the updated value is equal to the current value. By default, we skip the update if they’re equal.
The field name to update. Use dot notation to access nested fields.
Optional
ignoreIf true, ignores checking required fields have values
The path to the row to update
Optional
useOptionally, uses firestore's arrayRemove with the given value. Removes given value items from the existing array
Optional
useOptionally, uses firestore's arrayUnion with the given value. Appends given value items to the existing array
The value to write
Generated using TypeDoc
Optionally, used to locate the row in ArraySubTable.