[FR] Add support for minimum and maximum field transforms #1701
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
The minimum and maximum field transforms (which are available in the REST API) have not been implemented in the Firestore Node SDK
Describe the solution you'd like
I imagine the API for this would look very much like
FieldValue.increment(...)
, and would look something like:Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: