Hello,
I have a game where I want that each player who use the application can update some information on it, en everybody who use app can see what's have been updated.
I already used localstorage to store information on local, that's work. Now how to make online?
I've tried google sheets but can't request URL with event on construct 3, doesn't work. Firebase, don't know how to use looks complicated.