SupposedlySam / firefuel

A Firebase Cloud Firestore architecture to jump-start your project
MIT License
8 stars 1 forks source link

Support Logical OR Queries #35

Open SupposedlySam opened 3 years ago

SupposedlySam commented 3 years ago

Firestore doesn't support OR queries but has a workaround we can implement

... In this case, you should create a separate query for each OR condition and merge the query results in your app.

Let's have a discussion around what we could do to support this.

SupposedlySam commented 3 years ago

@mrgnhnt96 do you have any thoughts around how we could make this work?