Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Update deploy-firebase.md #963

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion docs/deploy-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down