Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
There was an error while loading. Please reload this page.
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