How should I call the tag list from Firebase

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