Hi,
Currently i’m working on a mobile game.
The GUI and gameplay is done and works fine.
Now I want to use a database that hold things like username, coins, purchased items etc.
I think about to use MySQL for this.
My game supports facebook login. I tought about to save the data from facebook (userId, name, email and profile picture) to my database. My game must support google login in the feature wich sould work on the same way. Is this the correct way to do social media intergration or is there a better way?
Sorry for my English I hope it’s understandable.
Greetz,
John