### 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: * What happened? This could be a description, log output, etc. * The error `FIRAuthErrorCodeEmailAlreadyInUse` is occurred * https://github.com/firebase/FirebaseUI-iOS/blob/master/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m#L381-L387 * However success alert is displayed because completion handler does not handle `FIRAuthErrorCodeEmailAlreadyInUse` error * https://github.com/firebase/FirebaseUI-iOS/blob/master/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m#L355-L374 #### Expected Results: * Sign in with email link succeeds #### Relevant Code: * https://github.com/firebase/FirebaseUI-iOS/blob/master/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m#L381-L387 * https://github.com/firebase/FirebaseUI-iOS/blob/master/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m#L355-L374 Thanks
Environment
Describe the problem:
Steps to reproduce:
shouldAutoUpgradeAnonymousUserstotrueObserved Results:
FIRAuthErrorCodeEmailAlreadyInUseis occurredFIRAuthErrorCodeEmailAlreadyInUseerrorExpected Results:
Relevant Code:
Thanks