HI,
Because of the complicated Firebase data structure (made for an iOS app) when I retrieve the list of values it includes parentheses and a tag numbering system for each value (e.g. Q01, Q02, Q03, etc.) Is it possible to just show the text in the value, ie the sentence without the parentheses and Qxx.?
You are displaying a list of lists in your listview. Listview converts a list to a strinbg and converts any square brackets to rounded brackets. You can prevent the display of the rounded brackets by creating a new list with each inner item from your list of lists, something like this: