Imho it depends. I don’t see any reason not to move it into a different structure if that suits you better

writen by Benedikt
I’m still too stuck on the relational model. episode_name must have a doc id or a path in Firebase. Can you put a string referencing it and fetch it when you need it? This will off course make you do extra queries, which is not cheap in firebase

writen by Bartolomeu Rodrigues
and i guess for that a relational database would suit me better no Bartolomeu Rodrigues?

writen by Tiago Ferreira
I always do stuff with relational first, because most jobs and education hammered me that way. NoSQL for me is for Proof of concepts or data dumps

writen by Bartolomeu Rodrigues