I want to add an whole object to my listview using Firebase. Have been illustration this with a image because sometimes an image is just easier than text.
Firebase tutorials show how to retu each child as an item and display it with Firebase UI and I want to almost do the same thing but the difference is that I want the whole object to be the child and the childs inside that object will be additional information for each listitem.
So in my image I have object Camping and the "Mountains", "Nature", "Place". In an custom listView I want the different values be set to textViews.to be the

