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
firebase-database firebase-authentication firebase-hosting firebase-storage firebase-security google-cloud-functions
 
     
     
     
     
     
     
     
     
     
     
     
     
    