polymerfire
polymerfire copied to clipboard
Unable to signInWithRedirect on Firefox Android 48
Description
Unable to run signInWithRedirect on Firefox Android 48. Tried with signInWithPopup and works fine.
Expected outcome
signInWithRedirect works once called.
Actual outcome
Such error thrown to console:
Error: A network error (such as timeout, interrupted connection or unreachable host) has occurred.
Live Demo
Steps to reproduce
signInWithRedirecton Firefox Android. Nothing happens.- Enter USB debugging mode using Firefox Developer Edition (desktop version) and see the timeout error.
- Try with
signInWithPopupand it works without any error.
Browsers Affected
- [x] Firefox Android 48
- [ ] Chrome
- [ ] Safari 9
- [ ] Safari 8
- [ ] Safari 7
- [ ] Edge
- [ ] IE 11
- [ ] IE 10
@motss is signInWithRedirect working if you just use the vanilla Firebase SDK without PolymerFire?
@mbleigh I further tested with just Firebase SDK and signInWithRedirect works flawlessly on the following browsers:
- Firefox Developer Edition v50 (Windows x64)
- Firefox Stable v48 (Windows x64)
- Firefox Android v48 (Android 6.0)
With polymerfire, running signInWithRedirect will show Error: A network error (such as timeout, interrupted connection or unreachable host) has occurred.