Hi Everyone,
I just switched from Parse to Backendless. I was wondering how I can make a list of all users to add/delete them as friends? I’ve read the documentation a few times but I still don’t understand how to accomplish this.
Thanks,
Jordan
Hi Everyone,
I just switched from Parse to Backendless. I was wondering how I can make a list of all users to add/delete them as friends? I’ve read the documentation a few times but I still don’t understand how to accomplish this.
Thanks,
Jordan
Hi Jordan,
One way to do this is to add a collection of BackendlessUser objects as custom properties in BackendlessUser. Here’s the API doc: https://backendless.com/documentation/users/ios/users_user_properties.htm
Regards,
Mark