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.

firebase version is not updating through <npm install -g firebase-tools>

i am windows user and trying to update firebase version using npm install -g firebase-tools but when i run firebase …

firebase firebase-tools
firebase-tools error: EACCES: permission denied

I am trying to deploy Firebase hosting of my web app. At the command line, when I type firebase deploy, …

unix firebase npm firebase-hosting firebase-tools
Unable to do Firebase deploy - Error: Invalid Firebase specified

After accomplishing all the necessary steps on firebase.com/docs and upgrading my app to newer version I still can't …

node.js firebase firebase-hosting firebase-tools
Firebase serve not working

I've been migrating to Firebase 3.0, and with the new changes, we have to use firebase serve on the CLI for …

firebase firebase-tools serve
Firebase serve error: Port 5000 is not open. Could not start functions emulator

I'm trying to serve firebase functions locally, but when I run firebase serve or firebase emulators:start the error message …

javascript firebase firebase-tools
How do I resolve new ESLint errors in my Cloud Functions project?

Another day another question regarding Firebase: I am relatively new to Firebase/node.js/npm ... I'm currently trying to build …

javascript firebase google-cloud-functions firebase-tools
How do I deploy Firebase Database Security rules using the command line?

In older versions of Firebase, we could add a rules section to our firebase.json file, and upload new security …

firebase firebase-realtime-database firebase-security firebase-tools
Firebase CLI: No project is currently active

I'm following this Firebase intro tutorial: https://codelabs.developers.google.com/codelabs/firebase-web/ I follow the instructions and when I …

firebase firebase-tools
Firebase tools login from command line

I'm using Codeship to deploy a firebase app. In order to do so, I first need to login using the …

firebase codeship firebase-tools
Angular 6.0 firebase hosting deploy not working

I am looking for a tutorial on how to properly setup the firebase-tools hosting on my angular 6.0 projects, and what …

angular firebase-hosting firebase-tools