-
how can i access email and name of user while logging in through sign_in_with_apple package |
Beta Was this translation helpful? Give feedback.
Answered by
nayeemtby
Jul 19, 2022
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
SignInWithApple.getAppleIDCredential
function returnsAuthorizationCredentialAppleID
which containsgivenName
,familyName
andemail
.