Hi folks, New flutterflow user here,
I have a document (a news article) that has some "List <string>" (Geographies) data types within it. ie:
Headline: "6 Bank Robbers Escape"
Article Body: "Today it was announced that 6 people were..."
Geographies: {"UK", "France", "US"}
I wish to display this information in the Container/Row/ListTile on my search page.
What is the recommended approach?
Data coming from Firestore/Alogolia if that makes a difference.