I have a document id list in my code, I want to use this id list in my new query. How can I enter multiple document id's?
StreamBuilder(
     stream: Firestore.instance.collection("Dersler")
     .document(dersler).collection("Kategori")
     .document(kategori).collection("Test")
     .snapshots(),
     builder: (context, snapshot) {}
The "dersler" string contains: DRk5uDVZwITKqYVLPGP0, E0y2PMnoM8H9WTeObSzi, bpaBAs15EuEMRAUihVC2, g31ZgqRtmIaYVxyTNvqG