Im using Backand BaaS, with my Ionic application. I want to implement functionality to share objects between users. Preferably also include ways to set permissions on said objects.
Any references or guides to this would be appreciated.
To add permission to objects, you can use predefined filters. They check data on user and based on this data allow or disallow the user to fetch or change the objects.
More information can be found in Backand documentation, here and here.