Help me please, Get data from firebase

I need to perform a search in my firebase database that gives me the ID, the name (Nombre) and the street (Calle), entering only the name in the search.
![Captura|635x431, 100%]

Captura

If you request the bucket Clientes, you should get everything in a dictionary of dictionaries.

Use a For Each key and value to traverse the dictionary.

Test each sub dictionary to see if it matches your criteria.


So here's you Firebase.GotValue event, where you check if you just got the value of the tag 'Cliente'.

What's the value of that tag?
It's the entire tree of data under that tag in Firebase, all in that value variable that you IGNORE!

What's the point of asking for all the data if you are going to ignore it?

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia