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

array-contains-any and in operators combine up to 30 equality (==) clauses on the same field #332

Open
DmitrijBuckovsky opened this issue Oct 23, 2024 · 0 comments

Comments

@DmitrijBuckovsky
Copy link

According to Firebase documentation array-contains-any and in operators combine up to 30 equality (==) clauses on the same field with a logical OR.

However, this library throws an error when there are 10+ items.

This query supports up to 10 values. You provided 15.
For details please visit: https://firebase.google.com/docs/firestore/query-data/queries#in_not-in_and_array-contains-any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant