Implement IS_NOT_NULL #970
Labels
api: firestore
Issues related to the googleapis/python-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.
Firestore supports IS_NOT_NULL operator using filters like
x.where("field", "!=", null)
This isn't currently implemented in Python
Describe the solution you'd like
Add IS_NOT_NULL to python
The text was updated successfully, but these errors were encountered: