atn832 / fake_cloud_firestore

BSD 2-Clause "Simplified" License
118 stars 88 forks source link

fix: increased limit `whereIn` and `arrayContainsAny` disjunctions #286

Closed KholmatovS closed 6 months ago

KholmatovS commented 6 months ago

Increased limit on whereIn and arrayContainsAny queries per updated Firestore docs:

https://firebase.google.com/docs/firestore/query-data/queries#limitations_2

atn832 commented 6 months ago

Thank you @KholmatovS !