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
For the record it looks that com.degel.re-frame-firebase/init would need to check for firebase.auth.Auth#getRedirectResult and handle the auth error in .catch.
If a user has previously logged via another authorization provider, then
:redirect
authorization via Twitter will fail with no error or warning.To reproduce:
It is likely that the best (or only) way to fix this problem is by implementing account linking. See issue #3 Link Multiple Auth Providers
The text was updated successfully, but these errors were encountered: