Module transforms (2.16.1)

Helpful constants to use for Google Cloud Firestore.

Classes

ArrayRemove

ArrayRemove(values)
Parameter
Name Description
values List Tuple

values to remove.

ArrayUnion

ArrayUnion(values)
Parameter
Name Description
values List Tuple

values to append.

Increment

Increment(value)
Parameter
Name Description
value int float

value used to increment the field.

Maximum

Maximum(value)
Parameter
Name Description
value int float

value used to bound the field.

Minimum

Minimum(value)
Parameter
Name Description
value int float

value used to bound the field.

Sentinel

Sentinel(description)

Sentinel objects used to signal special handling.