I have some questions related to Auth in Android(Kotlin) Jetpack Compose.
1:- How can I know with Account.Get() that if a user is already logged in or need to login? So that I can show the main content or Login Screen.
2:- Is Accoount.Get() always returns updated value? I mean if I change the name of a authenticated user from server, will it be immediately updated to the user device? If no, then how can I achieve this?