You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth/chromextension/README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,13 @@ Zip the directory:
36
36
37
37
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).
38
38
39
+
> Of course if you already own an extension and would like to add Firebase to it, skip the steps above.
40
+
39
41
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.
40
42
41
43
### Creating an OAuth Client
42
44
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).
47
46
- Select **Chrome App** and enter your Chrome Extension/App ID (the `Item ID` obtained above).
48
47
- Note the `Client ID` (e.g. `7159....j00.apps.googleusercontent.com`) as you will need this below.
0 commit comments