I have a firebase data structure set up the following way
volunteers
-Ka3oeRZ-RhhJ-Iw5CmE
address: '17 McGovern Lane',
email: 'sure@gmail.com'
-Ka3oeRZ-RhhJ-Dkxc43
address: '9 Palace Drive',
email: 'wonton@gmail.com'
-Ka3oeRZ-RhhJ-Acda2
address: '10 Happy Lane',
email: 'happy@gmail.com'
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.