AuthUser.firebaseUser delay #632
Answered
by
kmjennison
kevinnammour
asked this question in
Q&A
-
Why does the AuthUser.firebaseUser takes time to be set? At first, it was null for like 2 seconds and then it is set to the current user. Why is that? |
Beta Was this translation helpful? Give feedback.
Answered by
kmjennison
Apr 4, 2023
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kevinnammour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
firebaseUser
property is the user from the Firebase JS SDK, which takes time to initialize on the client. It will be null before the Firebase JS SDK has initialized.