You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
[auth] - Replicate web onAuthChanged() behavior by immediately calling the callback handler with the currentUser
Previously the callback handler would be called only when we have an auth state update, but the web api's
behavior is to call the handler once onAuthChanged() is attached. The initial value would then be undefined
if the user was never logged in.
0 commit comments