Open SupposedlySam opened 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.
@mrgnhnt96 do you have any thoughts around how we could make this work?
Firestore doesn't support OR queries but has a workaround we can implement
Let's have a discussion around what we could do to support this.