mbaas - buddy platform - implementing a friend system -
i'm making simple app uses 'buddy platform' backend (mbaas)
the platform allows user creation via api call:
buddy.createuserasync(username, password);
i have 'friend' relationship between users, if user 'a' has user 'b' friend, can send them information.
is supported 'buddy platform'? or should manually developped around regular services?
Comments
Post a Comment