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