I'm try to join three data using Firebase. I want to retrieve the the school name
querying to classes
data knowing only guard key which is g1
. I know it can be done in two separate calls, but I'm trying to do it in just one call to the server.
Is it somewhat possible?
Schools
schools :
schoolKey1 :
name: School One
schoolKey2 :
name: School Two
Classes
classes :
someKey1 :
name: Class One
school : schoolKey1
guard : g1
Guard
guards :
g1 :
name: Pipoy Pat
It might be too late but you would need to follow the documentation here.
something like: