A interface de linha de comando (CLI) das ferramentas do Firebase.
Clique aqui para ver a documentação.
Clique aqui para fazer a instalação.
Instalar globalmente:
npm install --global firebase-tools
Para fazer o login:
firebase login
Aparecerá a seguinte pergunta:
? Allow Firebase to collect anonymous CLI usage and error reporting information? (Y/n) n
Abrirá no browser a janela para fazer o login com o Google e permitir que o app Firebase CLI
acesse a conta do Google.
Para iniciar o Firebase:
firebase init
Aparecerá a seguinte pergunta:
Are you ready to proceed? (Y/n) Y
Which Firebase CLI features do you want to set up for this folder? Press Space to select features, then Enter to confirm your choices. Hosting: Configure and deploy Firebase Hosting sites
Select a default Firebase project for this directory: Selecione o projeto desejado
What do you want to use as your public directory? (public) build
Configure as a single-page app (rewrite all urls to /index.html)? (y/N) N
Para fazer o deploy:
firebase deploy