Skip to content

Sign in with Apple not passing through fullName #4393

Closed
@RobSwish

Description

@RobSwish
  • Xcode version: Version 11.2.1 (11B53)
  • Firebase SDK version: 6.13.0
  • Firebase Component: Auth - Sign in with Apple

Problem

I have added "Sign in with Apple" to my app. It all works perfectly except it does not pass the name through when authenticating. I am asking for full name and email in my code.

request.requestedScopes = [.fullName, .email]

The Sign in with Apple UI does display a cross next to the name, I don't know if it is supposed to show a tick, I've tried tapping this and changing my name but it does not change to a tick.

I can confirm through debugging that the "displayName" property of the Firebase user is nil after creation.

IMG_0321

Relevant Code:

request.requestedScopes = [.fullName, .email]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions