realm-kotlin
realm-kotlin copied to clipboard
Add App.switchUser(user)
Functionality is implemented but error propagation doesn't work properly due to Core's error wrapper not catching AppErrors. I've created an issue to address it: https://github.com/realm/realm-core/issues/5420
The missing functionality was added to Core in https://github.com/realm/realm-core/pull/5462 but the https://github.com/realm/realm-core/tree/feature/exception-unification branch is still not complete so we cannot add this feature until we have integrated the new error handling infrastructure to the Kotlin SDK.