I have this structure of my Firebase Database
Each library can have several albums. How can I display the albums for each library?
the albumsPerLib:
first element is the library key, and underneath each library key, I store the albums keys, that belong to it.
But I'm not used to NoSQL and can't figure how to join the tables to display the albums for each library.