Closed
Description
Issue Description
Documentation for the Google Sign In function needs to be updated, reflecting changes introduced in version 4.13.0
:
access_token
is no longer supported. Now, we have to useid_token
.clientId
needs to be specified when initializing aParseServer
instance.
new ParseServer({
... // other settings
google: {
clientId: "your Google Sign In client ID"
}
}
I am happy to submit a pull request.
Thanks,
Kevin