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¡¡
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 )
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