Skip to content

Commit 93bd6c2

Browse files
authored
Merge pull request #24 from codediodeio/fix
fix: readme typo
2 parents bc35948 + c146886 commit 93bd6c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ FireStarter is designed to handle the basic features required by most Angular Fi
1818
- Firestore Database CRUD Demo
1919
- Realtime Database CRUD Demo
2020
- File Uploads to Firebase Storage Demo
21-
- SASS + Bulma + FontAwesome
2221

2322

2423
## Usage
@@ -39,7 +38,9 @@ export const environment = {
3938
apiKey: 'APIKEY',
4039
authDomain: 'DEV-APP.firebaseapp.com',
4140
databaseURL: 'https://DEV-APP.firebaseio.com',
42-
storageBucket: 'DEV-APP.appspot.com'
41+
projectId: 'DEV-APP',
42+
storageBucket: 'DEV-APP.appspot.com',
43+
messagingSenderId: '123456789'
4344
}
4445
};
4546
```

0 commit comments

Comments
 (0)