Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ FireStarter is designed to handle the basic features required by most Angular Fi
- Firestore Database CRUD Demo
- Realtime Database CRUD Demo
- File Uploads to Firebase Storage Demo
- SASS + Bulma + FontAwesome


## Usage
Expand All @@ -39,7 +38,9 @@ export const environment = {
apiKey: 'APIKEY',
authDomain: 'DEV-APP.firebaseapp.com',
databaseURL: 'https://DEV-APP.firebaseio.com',
storageBucket: 'DEV-APP.appspot.com'
projectId: 'DEV-APP',
storageBucket: 'DEV-APP.appspot.com',
messagingSenderId: '123456789'
}
};
```
Expand Down