8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dba07 commit b532fb4Copy full SHA for b532fb4
auth/chromextension/README.md
@@ -31,9 +31,9 @@ The keys to using Firebase in a Chrome extension are:
31
```javascript
32
// Initialize Firebase
33
var config = {
34
- apiKey: "<qwertyuiopasdfghjklzxcvbnm>",
35
- databaseURL: "https://<my-app-id>.firebaseio.com",
36
- storageBucket: "<my-app-id>.appspot.com"
+ apiKey: "<qwertyuiopasdfghjklzxcvbnm>",
+ databaseURL: "https://<my-app-id>.firebaseio.com",
+ storageBucket: "<my-app-id>.appspot.com"
37
};
38
firebase.initializeApp(config);
39
```
0 commit comments