I'm currently testing Parse and I faced to some issues / challenges. Assume that I have (its just for an example), on my phone, 3 screens:
- one for the menu
- one for recipes linked to the menu
- one for the ingredients linked to the recipes
I'm wondering how to configure Parse database to have the link between the database/class: - having one class for all the menu, one class for all the recipes and one class with all the ingredients where there is a link between the menu, the linked recipes to it and the the linked ingredients to the recipes ?
I was thinking to a Pointer but I don't know how to link to specific database to display the right menu with the right recipes with the right ingredients.
Thank you
Regards