[Auth Providers] how to add scope for google

Hi,

I’ll figure this out on v4 (but not the last version).

You’ll have to override user-permissions by looking at the node_modules

Actually, you’ll have something looks like that :

As you can see in index.js, we only override some files but not all (the other files are taken from node_modules).

Then you override only what you need :

Put a console.log in the google part to see what can be override.

You’ll have to take the node_modules files as example