Hello! Thanks for the great tool! Combu is awesome!
I have a few questions
1. Transaction verification. Will Combu support it in the future?
2. Is there any way for one user to grant access to some data for another user? Or in other words does Combu support Roles?
3. When will be available Chat?
Hi!
1. I'm considering to allow payments through Paypal, though I'm considering the option to make a new product for this that could be eventually compatible with Combu; it's still in a very early concept phase, so I haven't an ETA for this
2. if you mean displaying some customData in your app/game only to some users, then you could already do that by using a customData that contains the comma-separated list of allowed usernames (for example if you want to display the customData "myProperty" to the users "user1" and "user2", then you can have another customData called "allowedUsers" which will contain the string "user1,user2", in your client code you will split "allowedUsers" into a string array and shows "myProperty" only if loggedUser.Username is contained in the array)
3. there is some concepts that I'm considering, but again I haven't an ETA (anyway you know, being HTTP asynchronous, it will not be realtime but will work by polling each X seconds)
FRANCESCO CROCETTI @ SKARED CREATIONS