Let’s say I have a game, in the game the user have bought an item. I want this transaction to be stored server-side and the user’s inventory to be updated on server-side too…
I know there is some plugins that offers this like playfab, but I want to have my own mysql database.
As I know the first step is to host the database somewhere, after hosting the database how to update/write/delete ?
If it’s trough PHP, then how to make sure that nobody can access/edits that database except for my app ?
Also, is anyone’s corona docs broken ?