I have an array of users IDs under my current user object..i want to get all those members from my "members" collection whose IDs is in my array.
- Is there any way to query specific documents with specific IDs (more then one IDs)?
- Is firestore pipeline request can handle this case, if yes then how ?
- Is this approach is good if use pipeline technique?