-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Problem
The realm java sdk as well as the realm swift sdk both have methods of getting notified when a user changes.
In the realm java sdk, there is an AuthenticationListener that you can register with the App that gets notified when a user logs in or out.
Solution
It would be useful if a similar functionality exists for the realm kotlin sdk. For example, a flow that emits User objects when a new user gets logged in would be great.
Alternatives
No response
How important is this improvement for you?
I would like to have it but have a workaround
Feature would mainly be used with
Atlas App Services: Auth or Functions etc