-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sign_in_with_apple] fullName doesnt work #354
Comments
Most probably it'll be this issue. |
Anu update on this? |
Did you find a workaround? |
Any updates? Apple rejects the app update because of this and we don't get one released anymore... |
I have just created a new Apple ID and signed in with the new Apple ID. I was also asked for the name when I logged in and fullname is still null. |
I don't think this is correct. I was in your exact position with App Store review. AuthorizationCredentialAppleID has givenName and familyName upon first sign in after removing the account from Apple Login. My issue was that Firebase Authentication was not reading those values into displayName as it does with Google Sign In. I solved this by caching the values from apple with unique id the first time they are provided and referencing them later on when needed. |
Edit: the api does not give name, you can get on the app with "givenName". Send to backend and use |
Ok, the problem I had - I originally didn't add proper scopes and my iCloud account was logged in without name. It was all the same until I removed login via my settings in iCloud account. Next time it asked for name and email correctly. |
Real devices, production,debug, doesnt matter. It just doesnt work.
Reopen #250. Not sure why it was closed, doesnt work.
The text was updated successfully, but these errors were encountered: