Hi guys,
I'm trying to make a login/authentication system that relies on a database with player usernames, passwords, scores, achievements and certain game variables.
How can I do this without going into PHP and the likes?
I heard about Parse (discontinued) and Heroku... I'm using REX's plugin for Parse connections, but I get a browser CORS (access content from another server security issue) error whenever I try to connect to their server.
I'm not too familiar with Google Play systems or Battlegrounds, but I believe they require a login from their platform (which I want to avoid) and they only store usernames, passwords, scores and achievements... can anyone confirm that?
Am I doing something wrong? Is there any other way to do this?
Thanks!
-vila4480