Not much information out there about this topic…especially on thunkable x : /
I’m hoping for someone to at least help me get the ball rolling. My goal is to simply create an online room or connection between 2 phones. From there I just want to be able to have both players hit a button and it be viewed on both screens. From what I read thus far, I will be using Firebase as the database. Can anyone help me connect two phones and share 1 screen?
Any help, suggestions, info, guidance would be much appreciated, Thanks.
For simplicity, I would like user 1 and user 2 to each have a counter button. If user 1 pushed the button the counter goes up and it can be displayed on both users phones. And, vice versa.
In my case I try to create a "random player button where the users could play with anyone who created a game without knowing each other… But I m doing something wrong, Can you take a look?
little more help please. I created the random 8 digit number. I gave it 2 children. Now I’m having trouble getting the information. How do i get the information of the random 8 digit number? I know how to get the information given the key and then its the value… However the random number is by itself which is the key. not value… Should I be getting the key…
I created a Match Passcode, Then had a child with a key " Match Passcode ": and the value " random # " I can get random number from this situation (the bottom tree). However when I add more data to the tree. I lose the value (random number) and my key stays. So i have no idea how to get the random number from firebase… which will allow me access to data of the the children…