I've got a collection named contactData, inside this collection I have 100 documents.
Inside my flutter application I'm generating 4 random numbers from 0 to 100. Afterward I'm trying to read from my collection documents at these indexes. But it seems that I can refer only to the document name.
Is there a way to grab the documents by it's index in collection without providing index inside each document?
If this question doesn't align with the terms of use of this website, please, delete it.