capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
136 stars 59 forks source link

Make `email`, `givenName` and `familyName` nullable #9

Closed vildhjarta8 closed 3 years ago

vildhjarta8 commented 3 years ago

Apple returns those properties only for the first time when the user grants access. Then after that each time all of those properties will be null.

mlynch commented 3 years ago

Thanks!