-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user.providerData is empty after update to v6 #917
Closed
Comments
I can verify this, we are seeing the same issue. When reloading the page, the providerData appears. |
As an intermediary fix, you can do the following:
|
Thanks for the report folks; the linked PR will fix the issue. You'll need to update your version of the Firebase JS SDK (i.e. not Firebase UI) to benefit from the fix once the PR is merged/released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Since updating to firebaseui 6.0.0, after signing up or signing in the
currentUser.providerData
is empty. This problem did not occur in v4 and v5.Relevant Code:
providerData
is empty when using firebaseui for signIn:When using firebase directly, it works as expected:
The text was updated successfully, but these errors were encountered: