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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -