Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email link re-authentication doesn’t work #741

Open
akifumi opened this issue Jul 19, 2019 · 1 comment
Open

Email link re-authentication doesn’t work #741

akifumi opened this issue Jul 19, 2019 · 1 comment
Assignees
Labels

Comments

@akifumi
Copy link

akifumi commented Jul 19, 2019

Environment

  • Objective C or Swift: Swift
  • iOS version: 12.2
  • Firebase SDK version: 6.4.0
  • FirebaseUI version: 8.0.4
  • CocoaPods Version: 1.7.3

Describe the problem:

Steps to reproduce:

  1. Setup anonymous & email link authentication
  2. Set shouldAutoUpgradeAnonymousUsers to true
  3. Sign in anonymously
  4. Authenticate with email link
  5. Sign out
  6. Sign in anonymously again
  7. Authenticate with email link same as email of step4
  8. Email link authentication does not work

Observed Results:

Expected Results:

  • Sign in with email link succeeds

Relevant Code:

Thanks

@morganchen12 morganchen12 self-assigned this Jul 19, 2019
@tenmar
Copy link

tenmar commented Oct 9, 2019

I have been working on a problem that I believe is exactly this issue. I have a workaround for re-authentication, but it isn't ideal: https://stackoverflow.com/questions/58290744/firebase-ui-email-link-opens-app-and-is-handled-by-the-proper-method-but-does-n/58313033#58313033

I also provide more context on where the issue is occurring which can be summed up as:

Not sure if this is the intended outcome for this scenario, but since this issue is still open I thought I would contribute more information to help pinpoint the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants