Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Firebase deploy docs #932

Open
Tset-Noitamotua opened this issue Apr 25, 2017 · 4 comments
Open

Update Firebase deploy docs #932

Tset-Noitamotua opened this issue Apr 25, 2017 · 4 comments

Comments

@Tset-Noitamotua
Copy link

Tset-Noitamotua commented Apr 25, 2017

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
Copy link
Author

Tset-Noitamotua commented Apr 25, 2017

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

  • What file should be used for Database Rules?
  • Do you want to install dependencies with npm now?
  • Configure as a single-page app (rewrite all urls to /index.html)?
  • File dist/index.html already exists. Overwrite?

@Tset-Noitamotua
Copy link
Author

... 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
Copy link

@k2levin
Copy link

k2levin commented Sep 19, 2017

can edit your firebase.json file

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants