Open mkomaiha opened 2 years ago
I'm facing the same problem. error.credential == null when using Google login/auth-provider, works as expected with email login/auth-provider. I also suspect the error is related to the compat libraries.
Hitting this issue too. Did you find any any workaround @volkerp ?
Hitting this issue too. Did you find any any workaround @volkerp ?
Unfortunately no. My hunch is that the compat mode is not as compatible as it claims to be. At this time I'm wondering if the whole project is still active.
This is in regards to handling anonymous-upgrade-merge-conflict. Before updating to 6, I was on firebaseui 5.0 and firebase 8.x. Merge conflicts in the signInFailure would return the error.credentials
I looked through some of the code and this seems to be an issue with firebaseui.js. The object no longer contains a credentials value as shown below
Instead there is a customData key with the _tokenResponse that contains the IdToken