# Firebase get list

**URL:** https://community.thunkable.com/t/firebase-get-list/1034463
**Category:** Questions about Thunkable X
**Tags:** firebase
**Created:** [December 13, 2020, 8:27am UTC](https://community.thunkable.com/t/firebase-get-list/1034463 "2020-12-13T08:27:35Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![kentleow1496li9s72](https://avatars.discourse-cdn.com/v4/letter/k/7ab992/32.png) [@kentleow1496li9s72](https://community.thunkable.com/u/kentleow1496li9s72)
#### Post date: [December 13, 2020, 8:27am UTC](https://community.thunkable.com/t/firebase-get-list/1034463/1 "2020-12-13T08:27:35Z")

</div>

I save the list in this way, I want to know how I should decompose and extract from here"[“5b1a7f6d-5077-41a0-ad7f-eb740686c74a”,“https:\/\/res.cloudinary.com\/nearbycar\/image\/upload\/v1607308919\/tjuzbmhflmgofejn7uui.png”,“40”,“ST 1 ROAD 5”,“FOOD”,“10”,13]"This is what I have done so far, I need to know how to use the spaces for decomposition

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/3/430b806ee5113758d3413b63b4f2b26ef8f2f8ef.png)

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [December 13, 2020, 10:53am UTC](https://community.thunkable.com/t/firebase-get-list/1034463/2 "2020-12-13T10:53:00Z")

</div>

Can you share an image of the data as it appears in firebase?

---

<div class="post-metadata">

### Author: ![kentleow1496li9s72](https://avatars.discourse-cdn.com/v4/letter/k/7ab992/32.png) [@kentleow1496li9s72](https://community.thunkable.com/u/kentleow1496li9s72)
#### Post date: [December 13, 2020, 12:44pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/3 "2020-12-13T12:44:52Z")

</div>

you say this??

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/3/735c48d21f5594dd314b999c900df0341db0bf9c.png)

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [December 13, 2020, 1:11pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/4 "2020-12-13T13:11:48Z")

</div>

Thanks @kentleow1496li9s72.

Can you now send an image of the SAVE block ?

---

<div class="post-metadata">

### Author: ![kentleow1496li9s72](https://avatars.discourse-cdn.com/v4/letter/k/7ab992/32.png) [@kentleow1496li9s72](https://community.thunkable.com/u/kentleow1496li9s72)
#### Post date: [December 13, 2020, 1:22pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/5 "2020-12-13T13:22:12Z")

</div>

I actually save the data from the old thunkable android so do you now know why I saved the data like this?

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [December 13, 2020, 5:34pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/6 "2020-12-13T17:34:55Z")

</div>

Here is what I see. It looks like the previous app saved lists into firebase as text, not as JSON lists. Additionally the URL “/” characters were converted to /. To fix these issues try something like this

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/8/08bfe000e22bd822c8e2c98a5615d4d2c99b75d8.png)

This will give yo a Thunkable list to work with. You may run into other errors, but hopefully this gives you an idea of how you can clean up the data.

Happy Thunking!

---

<div class="post-metadata">

### Author: ![kentleow1496li9s72](https://avatars.discourse-cdn.com/v4/letter/k/7ab992/32.png) [@kentleow1496li9s72](https://community.thunkable.com/u/kentleow1496li9s72)
#### Post date: [December 13, 2020, 8:25pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/7 "2020-12-13T20:25:02Z")

</div>

This method didn’t help me, but it doesn’t matter, thank you, I have already thought of a solution, and now I have another problem, I am building an application for receiving Order Forms, and now I want to know, what should I have Way, the documents can be displayed at the same time The way to save data for submitting an order is as follows

“[[“ITEMORDERRM43.2X1=RM43.20"ITEMORDERRM43.2X1=RM43.20"ITEMORDERRM43.2X1=RM43.20"ITEMORDERRM43.2X1=RM43.20”],“8b03cf8b-76be-4946-a87f-15e14c8f3a81”,“3.00”,34.56,“kajang”,“JYQ669”,“Cash”]”

---

<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:19pm UTC](https://community.thunkable.com/t/firebase-get-list/1034463/8 "2024-11-08T12:19:49Z")

</div>


