- 
                Notifications
    You must be signed in to change notification settings 
- Fork 487
Description
I'm using the following code
    authUI = FUIAuth.defaultAuthUI()
    authUI?.delegate = self
    authUI?.signIn(withProviderUI: FUIEmailAuth(), presenting: self, defaultValue: "")
but I when I add a new email I receive the message "That email address doesn't match an existing account. I cannot create a new user with that flow.
When I use the authUI?.authViewController with the same provider (FUIEmailAuth()) works fine (allows to create new users, even knows if a user is logged with another social media flow).
I think this is a bug.
Or I need to add something in my code?
My pods are the following
Installing FBSDKCoreKit (4.44.1)
Installing FBSDKLoginKit (4.44.1)
Installing Firebase (5.20.2)
Installing FirebaseAnalytics (5.8.1)
Installing FirebaseAuth (5.4.2)
Installing FirebaseAuthInterop (1.0.0)
Installing FirebaseCore (5.4.1)
Installing FirebaseDatabase (5.1.1)
Installing FirebaseFirestore (1.2.1)
Installing FirebaseInstanceID (3.8.1)
Installing FirebaseStorage (3.1.1)
Installing FirebaseUI (6.2.1)