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 switch between two firebase projects in cloud functions?

I have two Firebase projects one for the development of another for production. How do I switch between them in …

firebase firebase-realtime-database google-cloud-functions firebase-tools
Firebase deploy, ignore all files but public folder

I am trying to clean up my deployment process to Firebase, and need to ignore all files besides my /dist …

firebase firebase-hosting firebase-tools
Cannot deploy angular app on firebase

This is my first time when I try to deploy a web application on a remote server. I chose Firebase …

login firebase firebase-tools
Unable to initialize firebase project using firebase-tools

I'm trying to initialize a firebase project using the command firebase init, but I get the message Error: Command requires …

firebase-tools
Firebase Error: Authentication required with firebase-tools

I've just installed the firebase-tools with the as usual npm package installation process : npm install -g firebase-tools i've already created …

firebase firebase-tools
firebase-tools "Error: certificate has expired"

This morning I tried to deploy my react project to firebase hosting but I received this error: Error: Server Error. …

firebase command-line-interface firebase-cli firebase-tools
How to use firestore emulator from client

I want to test locally my firebase functions. These functions make firestore queries. So i start the emulator firebase emulators:…

javascript firebase google-cloud-firestore google-cloud-functions firebase-tools
-bash: firebase: command not found

I need to host website to google firebase hosting. I looked almost everywhere but steel have the problem. I have …

command-line firebase npm firebase-tools
How can I shut down the local firebase emulators?

Currently I initialise the firebase emulators with: $ firebase emulators:start After some time working on it I want to stop …

firebase google-cloud-firestore firebase-tools