Socket
Socket
Sign inDemoInstall

firebase-cli

Package Overview
Dependencies
142
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    firebase-cli

Firebase command line tools


Version published
Weekly downloads
265
increased by17.26%
Maintainers
2
Install size
9.15 MB
Created
Weekly downloads
 

Readme

Source

firebase-tools

Build Status Coverage Status NPM version

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.

To get started with the Firebase CLI, read through our hosting quickstart guide.

Installation

To install the Firebase CLI, you first need to sign up for a Firebase account.

Then you need to install Node.js and npm. Note that installing Node.js should install npm as well.

Once npm is installed, get the Firebase CLI by running the following command:

npm install -g firebase-tools

This will provide you with the globally accessible firebase command.

Commands

The command firebase --help lists the available commands and firebase <command> --help shows more details for an individual command.

You can get more information about the available commands in our command line documentation.

Credit

Inspired by Luke Vivier's Firebase command line tools.

Keywords

FAQs

Last updated on 03 Jun 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc