EddyVerbruggen / nativescript-plugin-firebase

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

Can google login replace using the google oath plugin #1637

Open leocrawf opened 3 years ago

leocrawf commented 3 years ago

I am already using the firebase plugin and now want to use the google youtube apis to upload videos to youtube. The youtube apis requires oAth but since this plugin already offers google login for authentication and then give access to a google access key:

 "providers": [
     {
         "id": "google.com",
         "token": "<Google Access Token>"
     }
 ]

I was wondering if this plugin can be also used as a replacement for the google oAuth plugin or do I also have to use the google oAth plugin to access youtube apis?

anarnoli commented 2 years ago

@leocrawf any solution on this problem?