question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Email provider does not work in a popup

See original GitHub issue

when setting the option signInFlow: 'popup', it works properly for Facebook and Google authentication, but does not work for email authentication. I am instead redirected to https://www.accountchooser.com/redirect.html#localhost:3000

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:13
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

19reactions
wti806commented, Sep 24, 2019

If you want to disable accountchooeser, you can disable it by adding: credentialHelper: 'none' in the config object.

7reactions
knxlabcommented, Jul 7, 2020

Hi,

I have the same problem, and I’ve found an ugly solution, but well, it works 😃

signInFlow: firebase.auth().isSignInWithEmailLink(window.location.href) ? 'redirect' : 'popup',

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Fix Popup Maker Not Sending Email [The EASY Way]
How To Fix Popup Maker Not Sending Email · 1. Check if You Have the Same Form on Page and Popup · 2....
Read more >
"Internet Email" pop up keeps popping up. Just started to
This usually means your password on the email server has changed, and the one you're typing into that popup does not match, so...
Read more >
Link not working as popup in html email - Stack Overflow
Really simple here but i am trying to generate a link within an email that popups a page but its not working it...
Read more >
Mac Mail Not Working: A Painless Guide to Fixing Common ...
Mac Mail Issues With Email Providers ... Press and hold Fn key to or Press and hold the Globe key to: Click the...
Read more >
Fix problems importing mail - Gmail Help - Google Support
Quick fixes to try first · On your computer, open Gmail. · In the top right, click Settings Settings and then See all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found