FirebaseUI-iOS icon indicating copy to clipboard operation
FirebaseUI-iOS copied to clipboard

Display name not required in email link sign method

Open angeria opened this issue 6 years ago • 0 comments

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

IMG_5265 IMG_5266

angeria avatar Aug 20 '19 08:08 angeria