I have setup successfully ‘noobhub’ on my digital ocean droplet. I have coded my simple app to handle messages, via the publish/subscribe process, and update game factors based on those messages. All code is client side, and is working fine.
My question has to do with the ‘challenging’ another to a head-head game:
What would be the normal method to store/save a list of ‘friends’, that would pop up when a user wants to invite/challenge a friend? A database on the server?
If so which database would be best for this?
Some way to pull up the user’s contacts off their device? Is that even possible with corona?
I have checked the internet and can find no example code or tutorials showing, how to setup a ‘game-room/lobby’ screen where a user could access a list of their friends to challenge. Does anyone have some sample code to share, showing this process?
Thanks