I build an app for students and I wanna know how to implement many to many relationship.
in my structure, student study many courses , course has many students.
so if I want to display all the courses that student study I think to make node called "UserFavouriteCourses" then store as child the user key and his nodes child are all the keys of the courses like that
but how to implement the course has many students? or maybe there is any other implementation I can do?