EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User object don't have credential with access token

anarnoli opened this issue · comments

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?