Using swift.
iOS version 10.2.
Firebase SDK version: 3.14.0
FirebaseUI version: 2.0.0
CocoaPods Version: 1.2
I have enabled FB and login by email. Email logins created just fine. UI asks for Display Name but is not returning the display name when I try to get it with FIRAuth.auth()?.currentUser?.displayName
I'm expecting the displayName collected from the UI to be returned.
Using swift.
iOS version 10.2.
Firebase SDK version: 3.14.0
FirebaseUI version: 2.0.0
CocoaPods Version: 1.2
I have enabled FB and login by email. Email logins created just fine. UI asks for Display Name but is not returning the display name when I try to get it with FIRAuth.auth()?.currentUser?.displayName
I'm expecting the displayName collected from the UI to be returned.