From c8a03ca4381713638aab5789539385dd82855a8d Mon Sep 17 00:00:00 2001 From: Aditya Yuvaraj Date: Thu, 11 Jan 2018 14:31:56 +0530 Subject: [PATCH] Update deploy-firebase.md --- docs/deploy-firebase.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/deploy-firebase.md b/docs/deploy-firebase.md index 93b318b6e..f5f074182 100644 --- a/docs/deploy-firebase.md +++ b/docs/deploy-firebase.md @@ -30,11 +30,18 @@ guide](https://www.firebase.com/docs/hosting/quickstart.html). use that one. Otherwise go to [https://www.firebase.com/account](https://www.firebase.com/account) to create a new app. - + 1. Firebase asks you the name of your app's public directory. Enter `dist`. This works because when you run `gulp` to build your application, WSK builds everything and places it all in `dist`. So `dist` contains everything your application needs to run. + +1. Select only hosting + + What Firebase CLI features do you want to set up for this directory? + ( )Database: Deploy Firebase Realtime Database Rules + ( )Functions: Configure and deploy Cloud Functions + (*)Hosting: Configure and deploy Firebase Hosting sites 1. Build