# Do a ListView by getting data from firebase

**URL:** https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384
**Category:** Questions about Thunkable X
**Tags:** firebase
**Created:** [October 31, 2019, 1:40pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384 "2019-10-31T13:40:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![erick.santos0106.eo1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/erick.santos0106.eo1/32/48820_2.png) [@erick.santos0106.eo1](https://community.thunkable.com/u/erick.santos0106.eo1)
#### Post date: [October 31, 2019, 1:40pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/1 "2019-10-31T13:40:15Z")

</div>

I’m making an App for a Market and I want to do a list with the registered products.  
Anyone knows how can I do this? The product is registered on the firebase. Like this:

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/f/dff7732b6cce911cc8922eb13c66a74881f91a86.png)

Sorry for my bad english 😅

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [November 4, 2019, 4:01pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/2 "2019-11-04T16:01:14Z")

</div>

Hi @erick.santos0106.eo1, apologies for the delay getting back to you - does this help to answer your question?

> [@API results into a List Viewer](http://community.thunkable.com/t/api-results-into-a-list-viewer/51051):
>
> Hi All, I have read a bunch of docs and other community articles today but I am finding a task (that I think should be simple) very frustrating! I am trying to get the results of an API into a listviewer to form a list of clickable links that will go to another page and use the relevant ID to load data from another API. JSON response is as follows [{“key”:“1”,“value”:“Jindabyne”},{“key”:“2”,“value”:“Cooma”},{“key”:“3”,“value”:“Berridale”},{“key”:“4”,“value”:“Bombala”},{“key”:“5”,“value”:“Adam…

---

<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: [November 4, 2019, 4:22pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/3 "2019-11-04T16:22:18Z")

</div>

![%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/9/f9337e0b79b50e039833cfc5cb301e1bbdf39341.png)

---

<div class="post-metadata">

### Author: ![erick.santos0106.eo1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/erick.santos0106.eo1/32/48820_2.png) [@erick.santos0106.eo1](https://community.thunkable.com/u/erick.santos0106.eo1)
#### Post date: [November 4, 2019, 5:00pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/4 "2019-11-04T17:00:10Z")

</div>

I’m gonna take a look, thanks! 😄

---

<div class="post-metadata">

### Author: ![erick.santos0106.eo1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/erick.santos0106.eo1/32/48820_2.png) [@erick.santos0106.eo1](https://community.thunkable.com/u/erick.santos0106.eo1)
#### Post date: [November 4, 2019, 5:15pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/5 "2019-11-04T17:15:17Z")

</div>

What is this variables that you’re using?

- \_object;
- value;
- \_tmlList

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [November 4, 2019, 7:40pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/6 "2019-11-04T19:40:05Z")

</div>

They are “local” variables (it’s a workaround the @actech has developed himself) but you can just as easily use a regular `app variable`

---

<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:08pm UTC](https://community.thunkable.com/t/do-a-listview-by-getting-data-from-firebase/297384/7 "2024-11-08T12:08:27Z")

</div>


