I have a collection in Firestore Cloud with several documents that all have the same labeled fields, just different values in each of those fields. I want to have Flutterflow pull all of the fields from one of the documents into a page, in a way that the info from a single document stays together. In otherwords, the documents need to be pulled randomly but all the info in each document goes into one page.
How can I achieve that and also how would I be able to make sure all the data is from the same document? (I don't want one field coming from one document while a different field is pulling from a whole different document that is within the same collection).
Right now, I have each text set individually to come from a single document, and I am unable to randomize it or set it to where all the texts in a page are pulled from the same document