Search code examples
realmrealm-object-server

how to get access to all the data in realm object server


basic conceptual question about realm.

I am looking at using realm for an ios project and would want to use realm object server which will be hosted.

But how do I mine and use that data held in the realm object server across all the user realms?


Solution

  • You can observe, access, and edit Realms using the Realm Browser. There's documentation here: https://realm.io/docs/realm-object-server/#the-realm-browser

    I would also recommend doing the tutorial project (https://realm.io/docs/tutorials/realmtasks/) so you can get a better idea of how all the relevant components fit together.