# Firebase Real Time Database

**URL:** https://community.thunkable.com/t/firebase-real-time-database/3436208
**Category:** Questions about Thunkable X
**Created:** [December 27, 2024, 4:23am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208 "2024-12-27T04:23:09Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![diego\_techlsh2ak](https://avatars.discourse-cdn.com/v4/letter/d/50afbb/32.png) [@diego\_techlsh2ak](https://community.thunkable.com/u/diego_techlsh2ak)
#### Post date: [December 27, 2024, 4:23am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/1 "2024-12-27T04:23:09Z")

</div>

Can I use more than one Firebase Real Time Data Bases?

---

<div class="post-metadata">

### Author: ![martint](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/martint/32/96689_2.png) [@martint](https://community.thunkable.com/u/martint)
#### Post date: [December 27, 2024, 8:52am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/2 "2024-12-27T08:52:55Z")

</div>

Yes If you setup the connections through web APIs you can specify the different database details for each connection.

Only single database if you use the Thunkable API connector with ‘Cloud Variables’ option.

---

<div class="post-metadata">

### Author: ![diego\_techlsh2ak](https://avatars.discourse-cdn.com/v4/letter/d/50afbb/32.png) [@diego\_techlsh2ak](https://community.thunkable.com/u/diego_techlsh2ak)
#### Post date: [December 30, 2024, 9:23am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/3 "2024-12-30T09:23:11Z")

</div>

Thanks I was able to do it! but all data that I send has these weird codes.

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

Do you know if I can set values/edit/remove them?

---

<div class="post-metadata">

### Author: ![maurizio.polverini89](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maurizio.polverini89/32/145191_2.png) [@maurizio.polverini89](https://community.thunkable.com/u/maurizio.polverini89)
#### Post date: [December 30, 2024, 10:26am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/4 "2024-12-30T10:26:12Z")

</div>

From what i can see it, they look like “id numbers”.  
It would be easier having a look at your blocks, do you mind sharing them with us?

---

<div class="post-metadata">

### Author: ![diego\_techlsh2ak](https://avatars.discourse-cdn.com/v4/letter/d/50afbb/32.png) [@diego\_techlsh2ak](https://community.thunkable.com/u/diego_techlsh2ak)
#### Post date: [December 30, 2024, 11:00am UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/5 "2024-12-30T11:00:12Z")

</div>

Sure thanks,

Here’s the screenshot with the blocks

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

---

<div class="post-metadata">

### Author: ![maurizio.polverini89](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maurizio.polverini89/32/145191_2.png) [@maurizio.polverini89](https://community.thunkable.com/u/maurizio.polverini89)
#### Post date: [December 30, 2024, 12:15pm UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/6 "2024-12-30T12:15:55Z")

</div>

I dont know if that’s the case, but i think last time i used firebase, i posted a different blocks.  
It might be not your solution, but you might as well give it a try while waiting for more appropriate solutions.

In the variable FB\_INP\_DailyBoot, just keep the URL, deleting the “data” and “.json” part.  
On “Body”, create an object called “data” and then plug the “create object block” with the two values.  
It will be  
Body \> generate json from object \> create object “data” \> create object UID, Sunrise \> and your values.

Again it might not be the solution, but it’s worth a try

---

<div class="post-metadata">

### Author: ![diego\_techlsh2ak](https://avatars.discourse-cdn.com/v4/letter/d/50afbb/32.png) [@diego\_techlsh2ak](https://community.thunkable.com/u/diego_techlsh2ak)
#### Post date: [December 30, 2024, 7:17pm UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/7 "2024-12-30T19:17:10Z")

</div>

> [@maurizio.polverini89](#):
>
> Body \> generate json from object \> create object “data” \> create object UID, Sunrise \> and your values.
> 
> Again it might not be the solution, but it’s worth a try

I tried, but it doesn’t post the json, I believe is because the missing .json part. I’ll continue, just hope that when I need to pull the data from realtime database to create reports it doesn’t create an issue

---

<div class="post-metadata">

### Author: ![diego\_techlsh2ak](https://avatars.discourse-cdn.com/v4/letter/d/50afbb/32.png) [@diego\_techlsh2ak](https://community.thunkable.com/u/diego_techlsh2ak)
#### Post date: [December 30, 2024, 7:29pm UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/8 "2024-12-30T19:29:57Z")

</div>

Fixed!

Just had to change from Post to Patch

---

<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: [March 30, 2025, 7:30pm UTC](https://community.thunkable.com/t/firebase-real-time-database/3436208/9 "2025-03-30T19:30:44Z")

</div>

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