HI,
I want to setup a user, and each user has their own profile such as score, inventory and gold.
I think I can do it like this:
Login as admin user, create a group, each new user registration is added to this group.
Create new bucket for new user because each user should have their own bucket to hold its profile information.
Should the above work if:
For example, I want to be able to retrieve different user info in my game so users can see each other's info (friend request etc.)
Please give suggestions or any examples showing managing users with groups and buckets would be helpful.