You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, Apple does not send the email and name every time you sign in using Apple Sign in. It seems to only send the token if it recognizes that it has sent the token before. I have had to start keeping a record of users within Firestore to keep their display names and email associated with their user ID for display within their profile for my application.
If you set fullName and email as scopes in your requests, then they should always be present in ASAuthorizationAppleIDCredential the first time the user uses Sign in with Apple with your app, but not after.
when continue with password getting credentials but continue with passcode not getting email and name
The text was updated successfully, but these errors were encountered: