I am writing a timetable app with user authentication, which my theory is to let Firebase stores Student data, student ID and their subject. The thing is I want the child variable to nest under the parent variable.
The wiped out part is the school name, and the first data is the desired outcome. The second part of data is what MIT APP will generate. I tried lists, lists of lists, dictionaries and it all gave me the format of putting everything into a big bracket. I want the data to nest. How could I achieve that?
This is important for me so thank you for checking this out and helping me.