EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Can't access fullName property on AppleSignIn Credential #1694

Open victorevox opened 3 years ago

victorevox commented 3 years ago

Hi,

I've implemented AppleSignIn functionallity on my app, however, it seems there is no way to access the user givenName & familyName that is provided by Apple on the first authentication. We need a way to access these values so we can update our user registry accordingly.