-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Sync
-
3 - M (<= 1 month)
-
6516
-
Not Needed
In Realm Java and Realm Kotlin we expose an "Authentication Listener" on the App instance which makes it possible to listen to authentication changes like "LoggedIn", "LoggedOut" and "Removed" across all users.
We have implemented this in the SDK layer, but it would be nice to move it to ObjectStore for two reasons:
- It would make it easier for other SDK's to implement it.
- It would allow us to also be able to correctly report a "LoggedOut" event when the refresh token expires. Currently, this is not something we can track at the SDK layer, so we cannot report an event in this case.
- is depended on by
-
RDART-853 Investigate user state change notifications
- Blocked