Pertaining to the video by Firebase below, I have the following question- I have not received a response on YouTube yet, and was wondering if anyone here knows of a possible solution.
https://www.youtube.com/watch?v=sKFLI5FOOHs
In General I want to be able to know how to query data for selected items, and not all data in a set.
Specific Question: Instead of pulling all entries in a child ref, how can we select specific entries (key & value) from the data in Firebase? I'm having bad luck nesting with orderByChild() & I believe would need the on value listener event he began to mention.
For Example (#2): SELECT Name from Users WHERE email = "alice@email.com" instead of SELECT * from Users WHERE email = "alice@email.com"