Como puedo llamar datos en firebase

hola buena tarde, tengo un problema con un proyecto personal que estoy desarrollando, tengo una base de datos en fire base, y quisiera llamar varios datos el mismo tiempo con el mismo nombre, ejemplo:
daniel alejandro 16 años
daniel felipe. 20 años

qusiera que solo buscando daniel, me apareciera los dos nombres, adicionalmente quisera llamar los datos tambien por la edad.

muchas gracias

https://firebase.google.com/docs/reference/rest/database#section-query-parameters

You would need to use the web component for this and perhaps set up some sorting rules in firebase

Alternatively, you need to return all the data from your database to AI2 and query the returned lists by iteration, or using dictionaries