# Firebase project bucket in Thunkable X?

**URL:** https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681
**Category:** Questions about Thunkable X
**Tags:** firebase
**Created:** [October 19, 2018, 11:38am UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681 "2018-10-19T11:38:54Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Joseph](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@Joseph](https://community.thunkable.com/u/Joseph)
#### Post date: [October 19, 2018, 11:38am UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/1 "2018-10-19T11:38:54Z")

</div>

Hello, I’m a beginner to Thunkable X. I want the user to be able to create chatrooms, I’ve set the blocks to save a random integer when the user submits a new chatroom and gave it a tag (key). I don’t know how to get the user to their desired chatroom once they’ve input its ID (the integer).  
As I understand, i should create a standalone project bucket once they’ve submitted their new chatroom and have other users directed to it if they enter its id. Can anyway help me understand how to that ?  
Thank you!

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 19, 2018, 12:22pm UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/2 "2018-10-19T12:22:04Z")

</div>

You may want to create a separate category in your firebase :

For example for id 25

25/1 (Saves the first message)  
25/2 (saved the second)  
etc

The problem here is that creating an unlimited number of chats would be a bit difficult

---

<div class="post-metadata">

### Author: ![Joseph](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@Joseph](https://community.thunkable.com/u/Joseph)
#### Post date: [October 19, 2018, 1:03pm UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/3 "2018-10-19T13:03:39Z")

</div>

Hey! So i tried creating an object in my Firebase DB, this object will be the chatroom and it will have fields like the ID, users and msgs. the problem is that idk how to call that object ?  
Also, can you tell me the errors in my blocks since i’m really just a beginner x) THank you!

 ![thunk](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/8/4846504654d1685070872c62dfcf2ce8872bcade.png)

---

<div class="post-metadata">

### Author: ![Joseph](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@Joseph](https://community.thunkable.com/u/Joseph)
#### Post date: [October 19, 2018, 1:08pm UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/4 "2018-10-19T13:08:02Z")

</div>

I’m sorry, it’s so easy xD i got it now

---

<div class="post-metadata">

### Author: ![rojroj101s](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rojroj101s](https://community.thunkable.com/u/rojroj101s)
#### Post date: [April 19, 2020, 2:07am UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/6 "2020-04-19T02:07:00Z")

</div>

What was your solution? I’m looking to do something similar …and i’m stuck : )

---

<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, 11:38am UTC](https://community.thunkable.com/t/firebase-project-bucket-in-thunkable-x/52681/7 "2024-11-08T11:38:51Z")

</div>


