Join queries with polymer and firebase
问题 I'm trying to do something which in theory should be simple. I have the following data structure in Firebase: - projects -- 1 --- name: some project --- organisation: awesome organisation --- users ---- uid1: true ---- uid2: true - users -- uid1 --- name: Bob --- email: bob@test.com --- tel: 020 3456 3456 -- uid2 --- name: tom --- email: tom@test.com --- tel: 020 3456 3456 I have a project id that is passed from a parent element, and I'd like to display all the users for that project. <dom