I am having an array of document-id(s). And I want to retrieve only the documents who's ID is present in array. I want to show them in Recycle-View.
Example:
["rRfuYlrGgLClZui4LmbN", "dKKEdAXHrRSQ7UzvasWQ", "AL5t6DHbLfAmleaO4WCk"]
If above are my array elements, then how to fetch only these documents?