This is the code. Don’t care about the others blocks, the problem is when i use firebase.GetValue, and when it has to set the label1.text he set just the first item(i post the firebase screeshoot in the main topic).
In the end I have solved the problem in this way:
I set the Firebase value: “ciao|casa|cane”
And when i use Get i replace all | with ,
After I use “list from csv row” block and set my Elements in list_view
I think is a good solution
Thank you for explain me this. I do not have to store values in this case, but in the future this example surely can be useful to me. Thank you for help