Skip to content

Commit ae90d24

Browse files
Update README.md
1 parent 15dc540 commit ae90d24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

auth/chromextension/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ Zip the directory:
3636

3737
Upload the dummy extension to the app store by going to the [Chrome App Developer Dashboard](https://chrome.google.com/webstore/developer/dashboard) and clicking **Add a New Item**. For more reading on publishing to the Chrome Web Store, go [here](https://developer.chrome.com/webstore/publish).
3838

39+
> Of course if you already own an extension and would like to add Firebase to it, skip the steps above.
40+
3941
Once the extension is uploaded and visible under **Your Listings**, click the **more info** link to the right. Copy down both the **Item ID** (e.g. `kjdohecpbfnjbinmakjcmpgpbbhhijgf`) and **Public Key** (e.g. `MIIBIjANBgkqhkiG9w0B...long string of text...unbQIDAQAB`). You will need both of these below.
4042

4143
### Creating an OAuth Client
4244

43-
- Go to the [Google Developer's Console](https://console.developers.google.com/apis/credentials/oauthclient?project=_).
44-
- Click the **Create a New Project** button.
45-
- Go to **Credentials** > **OAuth Consent Screen** and add a project name.
46-
- Go back to the **Credentials** main tab and choose **Create Credentials** > **OAUth Client ID**.
45+
- Create a new **OAuth Client ID** in [your project's Developers Console](https://console.developers.google.com/apis/credentials/oauthclient?project=_) (Click this link and select your Firebase project).
4746
- Select **Chrome App** and enter your Chrome Extension/App ID (the `Item ID` obtained above).
4847
- Note the `Client ID` (e.g. `7159....j00.apps.googleusercontent.com`) as you will need this below.
4948

0 commit comments

Comments
 (0)