From c1468863c20f4059197b752294d25658681b9b24 Mon Sep 17 00:00:00 2001 From: codediodeio Date: Tue, 24 Oct 2017 12:36:49 -0700 Subject: [PATCH] fix: readme typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32dc3c91..8629d19c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } }; ```