Multiplayer App

Hello, I’d like to build a multiplayer app, but I have absolutely no idea how to do so, I have the idea and I know how to make it in thunkable, but I don’t know how to make the data go from one mobile device to another and how to set the damage, life and everything like that just with thunkable (variables can do so this isn’t the main problem)

So how am I supposed to connect all the components from one device to another, thank you !

You can set the value of damage (and other variables) in FirebaseDB, with Firebase component. Every time you have to get the value of variable , you can take it from the database.

2 Likes

store value,change value, and use get value/when data changed block in firebase

1 Like

Is it possible to show blocks?