providerId always 'firebase' #363
-
Hello. Is it the intended way when getting user, that providerId is 'firebase' even though i'm logged in either via facebook or google? I thought the providerId should represent the providerId enum. Best regards. |
Beta Was this translation helpful? Give feedback.
Answered by
robingenz
Apr 17, 2023
Replies: 1 comment 3 replies
-
Please take a look at this comment. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This property is currently only available at sign-in. There is an open feature request to add "providerData" to "getCurrentUser()": #161
If you want, you can use the plugin in combination with the Firebase JS SDK (see here) or you could store the information on sign-in in local storage as workaround.