my-first-realm-app
my-first-realm-app copied to clipboard
remove work around for objectPermission demo
objectPermission
is still registering an async query & wait for the UPDATE
state as a signal that the permission schema has been synchronised from the server. This could be avoided by using an asyncOpen
that starts with a schema-less Realm then waitForChange (similar to what Cocoa is doing).
This should be fixed once https://github.com/realm/realm-java/issues/5812 is implemented