Due to Parse announcement, I just switched to Firebase. I have a 15 years background on 'old school' databases architecture and I have to say, I am having a hard time to understand if I am doing right...
Here is the idea : I am creating an iOS app showing all the good places in town. Few categories such as 'Bars', 'Restaurants', ....
The point is I, for sure, want to list each company from each category in a TableViewList, but I also want to be able to count how many company I have in a category to show the result on the main page (like Bars : 36, but I didn't get the whole list yet... just the list of categories...)
Here is a picture of what I am trying to create from now on.
Just a bit confused and need a hand to start properly I guess...
Btw, This is my first message on StackOverFlow after spending few years getting some answers to my problems. So thank you all for the great ideas and support!