Closed deg closed 7 years ago
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
.
Thanks!
If you don't mind I can submit a patch soon!
Cool, thanks.
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