userFlow

val userFlow: StateFlow<User?>

Reactive state for the currently authenticated user.

Observe this StateFlow to react to user changes such as sign-in, sign-out, or profile updates. Emits null when no user is signed in.