Top "Firebase-cli" questions

The Firebase CLI provide a variety of tools for managing, viewing, and deploying to Firebase projects, as well as a set of emulators for Firebase products.

Firestore/Firebase Emulator Not Running

I'm trying to test my functions locally using the guide listed here https://firebase.google.com/docs/functions/local-emulator I …

firebase google-cloud-firestore google-cloud-functions firebase-cli
Error: Could not load the default credentials (Firebase function to firestore)

I am attempting to write an onCall function for Firebase Cloud Functions that performs advanced querying tasks on a firestore …

firebase google-cloud-firestore google-cloud-functions google-oauth firebase-cli
Firebase deploy errors starting with non-zero exit code (space in project path)

I was having issues with firebase deploy command recently. After firebase deploy command all others were being deployed except firebase (…

node.js firebase google-cloud-functions firebase-cli
ESLint error while trying to deploy firebase functions

I tried deploying a firebase functions but it keeps failing due to some issue with ESLint. I have also tried …

node.js firebase google-cloud-functions eslint firebase-cli
400 Billing account for project is not found. Billing must be enabled for activation of service(s)

I am create API with firebase via this tutorial here. On I run: firebase deploy I get this error on …

node.js firebase google-cloud-functions firebase-cli
HTTP Error: 401 while setting up firebase cloud functions for android project

I`m trying to set up firebase functions, but I get an error after running firebase init. Error: HTTP Error: 401, …

firebase google-cloud-functions firebase-cli
Firebase deploy could not locate firebase.json

so, im a newbie in programming and still learning some stuff (i use windows btw) i try to make an …

firebase google-cloud-functions firebase-cli
ESLint error trying to deploy functions Firebase

I'm try to deploy fireabase example , but when I try to deploy it , CLI launches an error: [CODE] const functions = …

javascript firebase google-cloud-functions eslint firebase-cli
Firebase cannot understand what targets to deploy

When deploying the following hello-world equivalent code I get the error shown in the end:- $ ls -lR .: total 8 -rw-r--r-- 1 …

firebase firebase-cli