Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IS_NOT_NULL #970

Open
mgraczyk opened this issue Sep 20, 2024 · 0 comments · May be fixed by #988
Open

Implement IS_NOT_NULL #970

mgraczyk opened this issue Sep 20, 2024 · 0 comments · May be fixed by #988
Assignees
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.

Comments

@mgraczyk
Copy link
Contributor

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

@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/python-firestore API. label Sep 20, 2024
@daniel-sanche daniel-sanche added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
3 participants