firebase / firebaseui-web-react

React Wrapper for firebaseUI Web
Apache License 2.0
1.26k stars 248 forks source link

Link with Multiple Accounts is not working #210

Open AntonioVentilii opened 1 year ago

AntonioVentilii commented 1 year ago
Screenshot 2023-08-04 at 07 31 28

Everything is set as basic config. I logged the first time with GitHub and then the second time with Facebook and this was the result. Not even the callback signInFailure is triggered. Simply that message appear in "redirect" mode.

"dependencies": { ... "firebase": "^9.23.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-firebaseui": "^6.0.0", ... },