Module transforms (2.3.4)

Helpful constants to use for Google Cloud Firestore.

Classes

ArrayRemove

ArrayRemove(values)
Parameter
NameDescription
values List Tuple

values to remove.

ArrayUnion

ArrayUnion(values)
Parameter
NameDescription
values List Tuple

values to append.

Increment

Increment(value)
Parameter
NameDescription
value int float

value used to increment the field.

Maximum

Maximum(value)
Parameter
NameDescription
value int float

value used to bound the field.

Minimum

Minimum(value)
Parameter
NameDescription
value int float

value used to bound the field.

Sentinel

Sentinel(description)

Sentinel objects used to signal special handling.