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.
2 parents bc35948 + c146886 commit 93bd6c2Copy full SHA for 93bd6c2
README.md
@@ -18,7 +18,6 @@ FireStarter is designed to handle the basic features required by most Angular Fi
18
- Firestore Database CRUD Demo
19
- Realtime Database CRUD Demo
20
- File Uploads to Firebase Storage Demo
21
-- SASS + Bulma + FontAwesome
22
23
24
## Usage
@@ -39,7 +38,9 @@ export const environment = {
39
38
apiKey: 'APIKEY',
40
authDomain: 'DEV-APP.firebaseapp.com',
41
databaseURL: 'https://DEV-APP.firebaseio.com',
42
- storageBucket: 'DEV-APP.appspot.com'
+ projectId: 'DEV-APP',
+ storageBucket: 'DEV-APP.appspot.com',
43
+ messagingSenderId: '123456789'
44
}
45
};
46
```
0 commit comments