8000 Update README.md · dendisuhubdy/quickstart-js@200a149 · GitHub
[go: up one dir, main page]

Skip to content

Commit 200a149

Browse files
Update README.md
1 parent 676957f commit 200a149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/chromextension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The keys to using Firebase in a Chrome extension are:
3737
firebase.auth().signInWithCredential(credential);
3838
```
3939

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:
40+
- Add 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:
4141

4242
```javascript
4343
"content_security_policy":"script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"

0 commit comments

Comments
 (0)
0