Hi,
So I was wondering if it’s possible to combine multiple partitioning strategies? e.g. The user has his own private data but also has access to public data.
Hi,
So I was wondering if it’s possible to combine multiple partitioning strategies? e.g. The user has his own private data but also has access to public data.
Hello @donut
My name is Brock, and I would love to help you with this.
The short answer is yes.
If I’m understanding your question appropriately:
The long answer is you just make however many Realm Applications that you want to make and set the read and write permissions to them accordingly. And then you put in the realm partitions accordingly into the application and have the Realm Apps source to the same collection or different collections with the appropriate permissions.
Does that make sense?
Regards,
Brock.