You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Firebase documentationarray-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
The text was updated successfully, but these errors were encountered:
According to Firebase documentation
array-contains-any
andin
operators combine up to 30 equality (==) clauses on the same field with a logicalOR
.However, this library throws an error when there are 10+ items.
The text was updated successfully, but these errors were encountered: