How to filter documents with multiple where conditions? #6216
Unanswered
ASMohamedFaheemAnver
asked this question in
Q&A
Replies: 1 comment
-
Usage questions are by far best asked on stackoverflow, the official google team offers support there |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have an object like this in Firestore,
I want to filter collections with users containing both 'randomUserOne' and 'randomUserTwo'.
According to my object I expect
I have tried something like this and it's giving me an error saying can't use 2 where close with 'array-contains' :'(
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions