Search code examples
realmrealm-mobile-platform

How to make sure realm io user can only access certain data in a model


I'm still learning how to implement realm.io in my next project. I'm really amazed in the Realm Mobile Platform (offline-sync).

I'm reading https://realm.io/docs/realm-object-server/#access-control but what I need is preventing user accessing certain data in a model. (let's say they only can access data only their own data).

Thank You


Solution

  • In addition to the Realm documentation. There are a couple overviews on Multi-Realm setups you could check out. They go over permissions and database design.

    https://realm.io/docs/tech-notes/multi-realm-cheatsheet/

    https://realm.io/docs/tech-notes/teamwork/