Join different nodes to observe them at once with firebase
问题 I'm trying to do a sample application with firebase and I don't have quite understand how I should retrieve nested-flattered data. Let's suppose I have a db like this { "users": { "user-1": { "email": "email1", "matches": [ "match-1", "match-2" ] }, "user-2": { "email": "email2", "matches": [ "match-1", "match-2" ] }, "user-3": { "email": "email3", "matches": [ "match-2" ] } }, "matches": { "match-1": { "name": "Match 1", "users": [ "user-1", "user-2" ] }, "match-2": { "name": "Match 2",