Best way to storage username, coins, level?

I want to make a multiplayer air hockey. I will storage username, player’s level, And I will do login and register system. But I do not know which database system to use(Mysql, Firebase…).Can anyone help me?

Most easier and faster is to use some PaaS e.g. Firebase, GameSparks.

1 Like

Thank you for reply!

If you need a “centralized” solution, @dimon4eg makes good points. If you want to store data locally on the device use UserDefaults or I tend to use Sqlite.

Best concept to prevent hacking and manipulation is to store this information on the game server!