Top "Firebase-tools" questions

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.

how to end ng serve or firebase serve

I've been doing web development with Angular2 and have been using both Angular2 and Firebase to run local servers. I …

angular firebase angular-cli firebase-tools
Firebase not running index.html file

I'm a pretty new programmer going through the Firebase tutorial. I have gone through steps 1-5 of the tutorial (https://…

html firebase firebase-hosting firebase-tools
How do I switch apps from the firebase cli?

This seems like something which should be pretty easy to do, but for whatever reason, I'm being defeated. I'm trying …

firebase firebase-tools
firebase deploy --only functions overrides existing functions

Running firebase deploy --only functions deletes the existing functions before creating new ones. Is it possible to modify this behavior …

function firebase firebase-tools google-cloud-functions
npm ERR! asyncWrite is not a function

npm install -g firebase-tools npm ERR! asyncWrite is not a function npm ERR! pna.nextTick is not a function npm …

node.js npm firebase-tools
How to deploy some functions to Cloud Functions for Firebase without affecting some other functions?

When I run firebase deploy --only functions it reads the index.js file and updates all functions exported from that …

firebase google-cloud-functions firebase-tools
Firebase CLI: "Configure as a single-page app (rewrite all urls to /index.html)"

I just used the Firebase CLI to init a static hosting project. What exactly happens when you enable the "configure …

firebase firebase-hosting firebase-tools
How do I solve: Error: Failed to list Firebase projects. See firebase-debug.log for more info

So I'm minding my own business trying to initializing a Firebase project in my Angular app when all of the …

firebase firebase-tools
Can I cleanly delete firebase CLI project?

I ran firebase init in the wrong directory and it is connected to my project. To undo that, can I …

firebase firebase-tools
How do I find out what the current version of Firebase Tools is

From the node.js command prompt, using: $ firebase help gives this list: Usage: firebase [options] [command] Options: -------- - -V, …

firebase google-cloud-functions firebase-hosting firebase-tools