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

Queries using != and not-in #152

Open
valorpercibido opened this issue Dec 10, 2022 · 0 comments
Open

Queries using != and not-in #152

valorpercibido opened this issue Dec 10, 2022 · 0 comments

Comments

@valorpercibido
Copy link

Since Version 7.21.0 - September Firestore added not-in and != query operators for use with .where().

  • not-in finds documents where a specified field’s value is not in a specified array.
  • != finds documents where a specified field's value does not equal the specified value. Neither query operator will match documents where the specified field is not present.

https://firebase.google.com/support/release-notes/js#version_7210_-_september_17_2020

Include these two operators in Where clause in these Script should be allowed.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant