realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Add App.switchUser(user)

Open sync-by-unito[bot] opened this issue 3 years ago • 1 comments

sync-by-unito[bot] avatar Mar 24 '22 17:03 sync-by-unito[bot]

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

edualonso avatar Apr 21 '22 10:04 edualonso

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.

edualonso avatar Feb 20 '23 13:02 edualonso