I’m considering using backendless as a replacement for Parse. One key feature I need is relations. Do you have or can you create examples of how relations work in backendless in Swift?
Hi Tom,
There are plenty of examples. I’d start here:
https://backendless.com/blog-a-feature-a-day-challenge/
Specifically, the following recipes demonstrate how relations works:
https://backendless.com/feature-21-loading-related-data-objects-the-auto-load-approach/
https://backendless.com/feature-22-loading-related-data-objects-the-one-stepdynamic-approach/
https://backendless.com/feature-28-loading-related-data-objects-the-semi-lazy-approach/
https://backendless.com/feature-59-recursive-object-references-in-persistence-objects/
There is a repository with a bunch of Swift examples here: https://github.com/Backendless/iOS-Samples
Hope this helps.
Regards,
Mark