realm-object-server
realm-object-server copied to clipboard
Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
## Goals Fire a Realm Function based by calling it directly from the Realm client. Node.js can obviously do this, so it would require opening it up and some modification...
## Goals Fire a Realm Function based on user successfully logging in or out, server-side. ## Expected Results Fire a function based on user successfully logging in or out, server-side....
## Goals My app is a collaborative app where users should be able to write/read into a global Realm file to share data among them. I would also like to...
## Goals Write-only Realm access ## Expected Results Apply correct write-only change permission. Try to write data from account with write-only permissions. ## Actual Results I get a .clientSessionError and...
I would like to determine the users that have been provided permission to the current `SyncUser`'s owned Realm (in my case using `SyncPermissionChangeOffer`). I would think to perform this like:...
After some time using Realm Object Server I think it is really great and I hope to use it in my future apps. For my current demands, however, I feel...
## Goals Realms that can be shared either entirely global, i.e. discoverable to any user of an app. Or limited to a group of users that is invited by one...
Would Realm be interested in providing free Professional Edition licenses to open source and/or nonprofit projects? I am interested in using Realm Mobile Platform, but would need the Event Handling...
## Goals The ability to pause the display of log items to the screen so that the log can be read - it moves too quickly to be able to...
Hi, ROS is able to handle multiple apps which is great. So, if a user registers to an app previously and then tries to register to another app (considering the...