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!
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
I’m sorry, it’s so easy xD i got it now
What was your solution? I’m looking to do something similar …and i’m stuck : )
