# How should I call the tag list from Firebase

**URL:** https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433
**Category:** Questions about Thunkable X
**Created:** [May 16, 2019, 4:27pm UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433 "2019-05-16T16:27:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![kartik\_old](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik_old/32/28305_2.png) [@kartik\_old](https://community.thunkable.com/u/kartik_old)
#### Post date: [May 16, 2019, 4:27pm UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433/1 "2019-05-16T16:27:16Z")

</div>

Hello,  
How can I call the firebase tag list coz I can’t see the tag list block in thunkable X…

Thanks in advance

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [May 16, 2019, 7:42pm UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433/2 "2019-05-16T19:42:37Z")

</div>

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/](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.

---

<div class="post-metadata">

### Author: ![Daniel\_Coglitore](https://avatars.discourse-cdn.com/v4/letter/d/e8c25b/32.png) [@Daniel\_Coglitore](https://community.thunkable.com/u/Daniel_Coglitore)
#### Post date: [August 20, 2019, 2:47am UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433/3 "2019-08-20T02:47:56Z")

</div>

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

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [August 20, 2019, 7:13am UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433/4 "2019-08-20T07:13:31Z")

</div>

Iha! Life has become much more fun!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:11pm UTC](https://community.thunkable.com/t/how-should-i-call-the-tag-list-from-firebase/76433/5 "2024-11-08T12:11:48Z")

</div>


