hi my friends , I am trying to retrieve 3 values from one tag from Firebase, and then the application puts each value in a separate card view via the list.
What happens is that when I try to do this, it puts each value on a separate line, not a separate card view.
To get your values seperated in a list.Use split block and split at \n you will get a list of the values in each item.And then you can view the values in any card view you want