How should I call the tag list from Firebase

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.

2 Likes

there is a new block in objects components call " get object properties of " = get tag list

2 Likes

Iha! Life has become much more fun!

3 Likes