Skip to content

Commit

Permalink
chore(examples):Typo in functions-google-oauth/README (#34005)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaloniThete authored Nov 22, 2021
1 parent b0fb8ce commit 0bd8e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/functions-google-oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example illustrates logging in with Google 0Auth via Gatsby Functions and d

1. **Set up Google OAuth Client.**

This sample uses google oAuth client to authenticate into the Google inbox api. Obtain an oAuth credential from the Google Cloud [API & Services Credentails Page](https://console.cloud.google.com/apis/credentials?)
This sample uses google oAuth client to authenticate into the Google inbox api. Obtain an oAuth credential from the Google Cloud [API & Services Credentials Page](https://console.cloud.google.com/apis/credentials?)

- Generate an Oauth Client ID. You can follow the steps highlighted in [Account Authentication - Service Account](https://theoephraim.github.io/node-google-spreadsheet/#/getting-started/authentication?id=oauth). Make sure to set up at least one **Authorized redirect URI** to be `http://localhost:8000`

Expand Down

0 comments on commit 0bd8e7b

Please sign in to comment.