Skip to content

📙 Google Sign In documentation needs update #754

Description

@kvnkuang

Issue Description

Documentation for the Google Sign In function needs to be updated, reflecting changes introduced in version 4.13.0:

  1. access_token is no longer supported. Now, we have to use id_token.
  2. clientId needs to be specified when initializing a ParseServer instance.
new ParseServer({
  ... // other settings
  google: {
    clientId: "your Google Sign In client ID"
  }
}

I am happy to submit a pull request.

Thanks,
Kevin

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions