Is it possible to specify [additional OAuth 2.0 scopes](https://developers.facebook.com/docs/facebook-login/permissions) in the [login function](http://react-redux-firebase.com/docs/auth.html#logincredentials) ? Something like this: ```js props.firebase.login({ provider: 'google', type: 'popup', scopes: ['email', 'public_profile', 'user_friends'] }) ``` I can't find anything who speak about it in the documentation and the issues. Thanks a lot :)