I have a firebase data structure set up the following way
volunteers
-Ka3oeRZ-RhhJ-Iw5CmE
address: '17 McGovern Lane',
email: '[email protected]'
-Ka3oeRZ-RhhJ-Dkxc43
address: '9 Palace Drive',
email: '[email protected]'
-Ka3oeRZ-RhhJ-Acda2
address: '10 Happy Lane',
email: '[email protected]'
Is there a way to query all of these to check for a particular email? I'm trying to figure out the different options but kind of confused by what to order by.