Skip to content

fix(docs): include scope parameter in login method documentation #380

@QuentinBrosse

Description

@QuentinBrosse

Is it possible to specify additional OAuth 2.0 scopes in the login function ?

Something like this:

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions