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 remaining query operators #23

Open
avborup opened this issue Nov 7, 2022 · 0 comments
Open

Implement remaining query operators #23

avborup opened this issue Nov 7, 2022 · 0 comments
Labels
enhancement New feature or request Firestore

Comments

@avborup
Copy link
Contributor

avborup commented Nov 7, 2022

This should be pretty self-explanatory:

// TODO: Include the limitations described here: https://firebase.google.com/docs/firestore/query-data/queries#query_limitations
// TODO: Add doc comment to each implementor
/*
- [x] < less than
- [ ] <= less than or equal to
- [x] == equal to
- [ ] > greater than
- [ ] >= greater than or equal to
- [ ] != not equal to
- [x] array-contains
- [ ] array-contains-any
- [ ] in
- [ ] not-in
*/

JIRA: FD-160

@avborup avborup added enhancement New feature or request Firestore labels Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Firestore
Projects
None yet
Development

No branches or pull requests

1 participant