rakannimer / react-firebase

🔥Declarative React bindings for Firebase Auth & Realtime Database.

Home Page:https://react-firebase-js.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirestoreCollection mutliple queries with AND

nicokant opened this issue · comments

Hi,
thanks for this project is really cool!
Right now I need to pass a set of queries to avoid permission issues with firestore security rules, using the Firebase SDK it is possible to perform an AND chaining multiple where calls.
Is there a way to handle this in react-firebase?

Thanks again!