EddyVerbruggen / nativescript-plugin-firebase

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

User object don't have credential with access token #1839

Open anarnoli opened 2 years ago

anarnoli commented 2 years ago

Hi,

Firebase SDK returns additionalUserInfo, credential, operationType & user after successful login while this plugin returns user object in which credential is missing.

I need this credential to get accessToken and to call Google APIs.

@EddyVerbruggen and contributors: any suggestion how can I get this credential using plugin?