[Firestore] where
should use a "type safe" approach
#2020
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
You can currently use any string in the where clause of firestore. When using with converter the fieldPath should be "string safe"
Current implementation:
Proposed implementation (when using with converter) :
where Path:
The text was updated successfully, but these errors were encountered: