FirebaseUI-iOS
FirebaseUI-iOS copied to clipboard
Display name not required in email link sign method
Environment
- Swift 5
- iOS version: 12.0
- Firebase SDK version: 6.6.0
- FirebaseUI version: 8.0.4
- CocoaPods Version: 1.7.5
Issue
I'm setting up the email link sign in method and there's a problem with the display name not being required from the user when signing up, even though requireDisplayName is set to true:
let emailLinkProdvider = FUIEmailAuth.init(authAuthUI: authUI, signInMethod: EmailLinkAuthSignInMethod, forceSameDevice: true, allowNewEmailAccounts: true, requireDisplayName: true, actionCodeSetting: actionCodeSettings)
authUI.providers = [FUIFacebookAuth(), FUIGoogleAuth(), emailLinkProdvider]
return authUI
Screenshots
