Hello,
How can I call the firebase tag list coz I can’t see the tag list block in thunkable X…
Thanks in advance
Hello,
How can I call the firebase tag list coz I can’t see the tag list block in thunkable X…
Thanks in advance
Hello,
To get the list of tags, you will have to manually parse the json file with the root node data.
But you can import into FireBase an array of objects, which is then very easily obtained as a list of objects in the Thunkable app.
The scrJSON screen shows manual work with json data.
https://x.thunkable.com/projects/5cd84f23e3097f3353fdad45/project/properties/designer/
If the Firebase node contains an array of objects, then you need to refer to this node, and then convert the resulting json-data into a list of objects using the '“et object from json” block.
there is a new block in objects components call " get object properties of " = get tag list
Iha! Life has become much more fun!