# Retrieve all data from a firebase bucket

**URL:** https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856
**Category:** Questions about Thunkable X
**Created:** [November 21, 2021, 11:31am UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856 "2021-11-21T11:31:46Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 21, 2021, 11:31am UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/1 "2021-11-21T11:31:46Z")

</div>

Hi  
It’s true I’m discovering Thunkable (but I’ve already used similar tools)  
Here, I can point to a node and retrieve the value through a cloud variable, but what if I want to retrieve the entire tree structure of a bucket?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 21, 2021, 11:45am UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/2 "2021-11-21T11:45:33Z")

</div>

Use // as the node or key

Example  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/0/00d81629b831a4b4322a9e4285b40e44bc8536c5.png)

But if you want to retrieve all what is under `tasks` then you will use  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/2/92ba09d6092b6281ea1a69aeab2be3bfcb718ce4.png)

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 21, 2021, 12:03pm UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/3 "2021-11-21T12:03:42Z")

</div>

Hi

i tried before and i got that

 ![Capture d’écran 2021-11-21 à 13.02.02](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/6/06da935c588c8c9ff714d502eeadc333ce99f3a9.png)

In a post i have seen they use \* too but i can’t retrieve it ;o)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 21, 2021, 12:07pm UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/4 "2021-11-21T12:07:25Z")

</div>

Yes of course. This is an `object`, if you want to see the content then convert the object to `JSON`.

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

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/2/2273a2031b724af0870acf68adead76d5f39c84e.png)

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 21, 2021, 3:26pm UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/5 "2021-11-21T15:26:32Z")

</div>

it works !

Thanks

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [February 19, 2022, 3:27pm UTC](https://community.thunkable.com/t/retrieve-all-data-from-a-firebase-bucket/1626856/6 "2022-02-19T15:27:26Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
