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
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
5
5
6
+
Feel free to try out a deployed version of the Chrome Extension directly: https://chrome.google.com/webstore/detail/lpgchdfbjddonaolofeijjackhnhnlla
7
+
6
8
Introduction
7
9
------------
8
10
9
11
-[Read more about Firebase Auth](https://firebase.google.com/docs/auth/)
10
12
11
-
Getting Started
13
+
Setting up this sample
12
14
---------------
13
15
14
16
- Create a Firebase project using the [Firebase Console](https://console.firebase.google.com).
@@ -19,8 +21,6 @@ Getting Started
19
21
- Edit the `manifest.json` and enter your **Client ID** and your extension's **Public Key**. Also make sure you remove all comment lines (starting with `//`) in the `manifest.json` file before deploying your extension online.
20
22
- Install the Extension in your browser and click on the extension's icon once installed. The first time your users will install the extension they will have to authorize Firebase using the login button.
21
23
22
-
Feel free to try out a deployed version of the Chrome Extension directly: https://chrome.google.com/webstore/detail/lpgchdfbjddonaolofeijjackhnhnlla
23
-
24
24
25
25
Using Firebase in your own extension
26
26
------------------------------------
@@ -39,10 +39,9 @@ The keys to using Firebase in a Chrome extension are:
39
39
40
40
- Adding the following content security policy to your `manifest.json` to allow importing the Firebase SDK and accessing the Realtime Database as well as Firebase Storage:
0 commit comments