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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -