Closed
Description
- 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.
Relevant Code:
request.requestedScopes = [.fullName, .email]