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

Skip to content

Commit b532fb4

Browse files
Update README.md
1 parent c4dba07 commit b532fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth/chromextension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The keys to using Firebase in a Chrome extension are:
3131
```javascript
3232
// Initialize Firebase
3333
var config = {
34-
apiKey: "<qwertyuiopasdfghjklzxcvbnm>",
35-
databaseURL: "https://<my-app-id>.firebaseio.com",
36-
storageBucket: "<my-app-id>.appspot.com"
34+
apiKey: "<qwertyuiopasdfghjklzxcvbnm>",
35+
databaseURL: "https://<my-app-id>.firebaseio.com",
36+
storageBucket: "<my-app-id>.appspot.com"
3737
};
3838
firebase.initializeApp(config);
3939
```

0 commit comments

Comments
 (0)
0