CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Define scopes dynamically
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 👀