The Firebase CLI provide a variety of tools for managing, viewing, and deploying Firebase projects, as well as a set of emulators for Firebase products. It's available via the npm module firebase-tools.
The Firebase Command Line (CLI) Tools 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 your code to Cloud Functions for Firebase
Emulate Cloud Functions, Realtime Database, 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