Regarding to the other problem "it always downloads in the labels the last one, the rest NOT.".
When you get the data from the Initialize block, you are receiving all the data in GotText, and setting the three labels with the info....for each element you are overwriting the labels...so only the last one remains... is this what you are referring to?
move read & write rules out of "recambios" if not, then you have to put /recambios when you are testing your rules in the "Zona de pruebas".
@TIMAI2 Did you test your example? It doesn't work for me, it seems like the index are at "recambios" level and "Compatible" tag is nested one level more....
You should not need to write a rule for every key in the node recambois. Just as I have shown.
The double quotes around the values
If you use the experiemental firebase component to add records to your database, this will add a set of double quotes. Use the web component to add records.
or if using the experiemental firebase component, add double quotes as another set to the textbox.text ?
after getting it to search by " compatible " thanks to your indications, now I find a new problem, when there are two or more words it is not able to search, not even if you put both words... is there a solution or is it not possible to do that in firebase?
It is not really possible to carry out wildcard / partial string searches in firebase. There are some hacks, but I do not believe any of the ones I have seen will handle your requirement. To do it, you will need to restructure your data, I have a couple of ideas, but will have to carry out some testing....