# Import firebase data in table

**URL:** https://community.thunkable.com/t/import-firebase-data-in-table/1231885
**Category:** Questions about Thunkable X
**Tags:** firebase
**Created:** [April 18, 2021, 10:15pm UTC](https://community.thunkable.com/t/import-firebase-data-in-table/1231885 "2021-04-18T22:15:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nathanaraujosilva1u](https://avatars.discourse-cdn.com/v4/letter/n/e19b73/32.png) [@nathanaraujosilva1u](https://community.thunkable.com/u/nathanaraujosilva1u)
#### Post date: [April 18, 2021, 10:15pm UTC](https://community.thunkable.com/t/import-firebase-data-in-table/1231885/1 "2021-04-18T22:15:36Z")

</div>

I am creating a project where the user registers the order and it is saved in the firebase, in the structure of the print below (I only hid the information from the customers).

however, when the staff is going to import the request to be handled from firebase, it comes in a JSON list.

is there any way to import into a table as shown below?

 ![Capturar](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/7/77a3a7420eddc9cc83ff7a59b900075553958d94.jpeg)

---

<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: [April 18, 2021, 11:33pm UTC](https://community.thunkable.com/t/import-firebase-data-in-table/1231885/2 "2021-04-18T23:33:25Z")

</div>

Use the block get property “name” of object “name”

Example get property “CNPJ” of object “79” to assign it to the corresponding column in the table.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [April 19, 2021, 8:36am UTC](https://community.thunkable.com/t/import-firebase-data-in-table/1231885/3 "2021-04-19T08:36:39Z")

</div>

Hi there,

As Muneer mentioned, you can add this data to a [Data Source](https://docs.thunkable.com/data-sources) to export it as a table.

You may even be interested in saving your data to an Airtable DB or a Google Sheet so that it is saved in table format in the first place. This would save you a step!

---

<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, 1:25pm UTC](https://community.thunkable.com/t/import-firebase-data-in-table/1231885/4 "2024-11-08T13:25:07Z")

</div>


