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 import data from cloud firestore to the local emulator?

I want to be able to run cloud functions locally and debug against a copy from the production data. Is …

google-cloud-firestore google-cloud-functions firebase-tools
Firebase CLI Authentication through token

I followed the steps described in the official GitHub tutorial for use the Firebase CLI (Command Line) with a CI …

firebase firebase-tools
Getting 'Cannot GET /' when trying to connect to localhost:5000 Firebase

I am trying to get my localhost server on Firebase to work but I am continuing to get the following …

node.js firebase firebase-hosting firebase-tools
Cloud Functions Firebase CLI predeploy error (typescript)

I´m trying Cloud Functions with typescript. After successfully installed, added a trigger and tested deploy. index.ts import * as …

typescript firebase google-cloud-functions firebase-tools