google / web-starter-kit

Web Starter Kit - a workflow for multi-device websites
http://developers.google.com/web/starter-kit
Apache License 2.0
18.43k stars 3.02k forks source link

Update Firebase deploy docs #932

Open Tset-Noitamotua opened 7 years ago

Tset-Noitamotua commented 7 years ago

I am following this guide

At step 5. I get this guestion "What Firebase CLI features do you want to setup for this directory?"

image

This options are not mentioned in the guide.

Tset-Noitamotua commented 7 years ago

More questions after firebase init that are not mentioned in guide (I guess it depends on choice made in step above):

Tset-Noitamotua commented 7 years ago

... besides all the steps above after firebase deploy nothing happens :-( (waiting over 30 minutes now)

image

I am running on Windows 7 / 64bit machine

JAertgeerts commented 7 years ago

@Tset-Noitamotua Please refer to https://github.com/firebase/firebase-tools

k2levin commented 6 years ago

can edit your firebase.json file

{ "hosting": { "public": "dist", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } }

ref: https://firebase.google.com/docs/hosting/full-config