CodetrixStudio / CapacitorGoogleAuth

Capacitor plugin for Google Auth. Lightweight & no dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define scopes dynamically

AnkithaC25 opened this issue · comments

Hi,
I have a requirement to call GoogleAuth.sigin() twice in a Application, first time with default scope only and second time with YouTube read only scope.
In capacitor.config.ts I'm able to add scope only once and GoogleAuth.initialize({scopes : ["adding YouTube scope here"]}) is also not working.

Please help me resolve this issue.

Waiting for any update. Need to find a way asap.

Also wants this features 👀