polymerfire icon indicating copy to clipboard operation
polymerfire copied to clipboard

Unable to signInWithRedirect on Firefox Android 48

Open motss opened this issue 9 years ago • 2 comments

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

  1. signInWithRedirect on Firefox Android. Nothing happens.
  2. Enter USB debugging mode using Firefox Developer Edition (desktop version) and see the timeout error.
  3. Try with signInWithPopup and it works without any error.

Browsers Affected

  • [x] Firefox Android 48
  • [ ] Chrome
  • [ ] Safari 9
  • [ ] Safari 8
  • [ ] Safari 7
  • [ ] Edge
  • [ ] IE 11
  • [ ] IE 10

motss avatar Aug 03 '16 17:08 motss

@motss is signInWithRedirect working if you just use the vanilla Firebase SDK without PolymerFire?

mbleigh avatar Aug 08 '16 23:08 mbleigh

@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.

motss avatar Aug 09 '16 14:08 motss