From d1c4e52fd12e2d4935420caa9f18967d629999b2 Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Mon, 15 Oct 2018 22:34:34 +0200 Subject: [PATCH] Update Google Auth Provider instruction in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03c753cce..4cea2e536 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ For Google, the registration steps are: 1. Create a new project: https://console.developers.google.com/project 2. Choose the new project from the top right project dropdown (only if another project is selected) -3. In the project Dashboard center pane, choose **"API Manager"** +3. In the project Dashboard center pane, choose **"APIs & Services"** 4. In the left Nav pane, choose **"Credentials"** -5. In the center pane, choose **"OAuth consent screen"** tab. Fill in **"Product name shown to users"** and hit save. +5. In the center pane, choose **"OAuth consent screen"** tab. Fill in **"Application name** and hit save. 6. In the center pane, choose **"Credentials"** tab. - * Open the **"New credentials"** drop down + * Open the **"Create credentials"** drop down * Choose **"OAuth client ID"** * Choose **"Web application"** * Application name is freeform, choose something appropriate