I'm new in NoSQL so I don't know if my question is possible, there is my problem. I have a List of DocumentReference (or ID) and I would like to make a query on firestore in order to get all the documents in one request.
I manage to do it with a forloop but it's reading a lot my firestore... And I don't know if take all the documents of the collection and filter the List is good practice.
I use flutter and the cloud_firestore(0.8.2) plugin.