Skip to content

Feature Request: add support for querying field where "!=" nil  #8088

@dcts

Description

@dcts

The javascript firestore SDK supports .where(fieldname, "!=", null) (since version 7.21.0), which is great and a really usefull query. For the ruby sdk I did notice this method is not supported yet. See docs.

Describe the solution you'd like

  • add support for db.col.where(fieldname, "!=", nil)

Describe alternatives you've considered

  • using the javascript SDK and deploying an API solely for this specific query (time-consuming)
  • fetching all documents and filtering them on my server with ruby (costly)

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions