Retrieve value from firebase tags

Hi all

i need get the value´s of the firebase tags, but always i get an error

this is my DB, with sample data, this work it¡¡
image

but in my app, i want that when i push the save button, i obtein the values separated in tags ( one tag for each value )

image

of all values,
i have do it this app with sql & php, but i want remplace by firebase.
i have some tags:
Ref,qty,date,hour and i want that the value is got the app does lines for each ID in db.
ID1-REF - QTY - DATE - HOUR
ID2-REF - QTY - DATE - HOUR
ID3-REF - QTY - DATE - HOUR
etc

Thanks

Hi welcome,
You can used Firebase Get value
https://docs.kodular.io/components/google/firebase-database/#get-value
And with firebase got value
https://docs.kodular.io/components/google/firebase-database/#got-value
Search in the community i’m sure you found the answer.

Yes i searched, the problem is that when i doing GET VALUE & GET TAGS i get an error.

i will search again…

thanks

Post your block of firebase and i’m search the error

This may help you,