Apple signIn display name #10049
Unanswered
kovilevi98
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem displayName is always empty |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the new flutterfire version for signing into my app. I have an issue with the apple login. (firebase_ui_oauth_apple: ^1.0.8)
I need to get the user's name after the registration because without that the Appstore is not allowed to upload the new release.
I saw in the source code that the provider contains the necessary scopes, however FirebaseAuth.instance.currentUser.displayname is always null. With the GoogleProvider() everything is working well and I can get the display name.
My code:
Beta Was this translation helpful? Give feedback.
All reactions