Questions tagged [firebase-cli]

The Firebase CLI provide a variety of tools for managing, viewing, and deploying to Firebase projects, as well as a set of emulators for Firebase products. It's available via the npm module firebase-tools.

These are the Firebase Command Line (CLI) Tools. They can be used to:

  • Administer your Firebase account

  • Interact with Firebase Hosting, our product to host your static HTML, JS, CSS, images, etc.

  • Interact with the Firebase Database, to read and write JSON data and deploy security rules

  • Interact with Firebase Storage, to read and write files and deploy security rules

  • Deploy Cloud Functions for Firebase code

  • Emulate Cloud Functions and Cloud Firestore locally for use in development and testing.

See also:

Related tags

814 questions
-1
votes
2 answers

Firebase init not working on windows

Project selection during firebase init is not working. I tried upgrading NodeJS and npm and still got issues. The Arrow keys do not move up and down in the project list as expected and so you are not able to choose an app and so create a…
Thomas M
  • 319
  • 2
  • 6
-1
votes
1 answer

What is this code in the Firebase CLI-generated index.html file?

I used the firebase CLI to deploy a site. The tool generated the index.html file. At the bottom of it was the following script. Can anyone tell me what it is supposed to be for, and why are some parts commented out?