firebase-cli Questions

8

Solved

I tried deploying a firebase functions but it keeps failing due to some issue with ESLint. I have also tried googling the answer but everything I am seeing is all Greek to me. I have also stumbled...

4

Solved

I upgraded my Firebase CLI (firebase-tools) to version 7.0.0. Now, when I run it, it gives me a message: Firebase CLI v7.0.0 is incompatible with Node.js v6.17.1 Please upgrade Node.js to version ...
Degauss asked 12/6, 2019 at 22:49

6

Trying to install firebase-tool for CLI. Getting failures. running on macOS I have seen suggestions like the following ... Troubling with installing firebase-tools I tried $ sudo npm install -g...
Airdrie asked 7/2, 2018 at 21:24

6

Solved

Can't deploy Firebase functions. I have two project aliases, it's working fine for the first project (dev), but not for the second (prod). Whenever I write firebase deploy --only functions I get th...
Authoritarian asked 10/12, 2022 at 23:53

3

Solved

I am trying to add features "Hosting" into a Firebase project file which has already installed Functions. So I want to know if I can do this with Firebase Init. or this will erase my existing fir...

18

Solved

I was having issues with firebase deploy command recently. After firebase deploy command all others were being deployed except firebase (storage, database etc) So I decided to reinstall firebase to...
Penelopa asked 24/1, 2018 at 18:33

8

Solved

Issue How can an async helper method be added to a Cloud Functions' index.js file? An async function is required in order to use await when converting fs.writefile into a Promise as explained in t...
Irrefragable asked 12/12, 2018 at 1:59

20

Solved

I am attempting to write an onCall function for Firebase Cloud Functions that performs advanced querying tasks on a firestore database (i.e. checking a text query up against AutoML natural lang to ...

5

Solved

I have functions deployed to gcloud functions and i want to configure CI/CD for deploying this functions from gitlab. To do any operations from gitlab i need to get firebase auth token with fireb...
Aeromechanics asked 26/11, 2019 at 15:11

1

Solved

I cannot compile my flutter app since it is not configured for windows, or rather it is not configured Firebase for windows, so the app starts but fails. And I don't understand why when I run flutt...
Coarsen asked 7/10, 2022 at 16:3

2

My firebase hosting deployments have suddenly started failing both in my Github CI Workflows and from my local machine. $ firebase deploy --only hosting === Deploying to '<project>'... i de...
Rooney asked 18/5, 2022 at 1:7

3

I have a http triggered cloud function deployed in the europe-west1 region and a web app hosted with firebase hosting. I have also setup a rewrite to that http function in my firebase.json file. I...

10

Solved

I'm trying to test my functions locally using the guide listed here https://firebase.google.com/docs/functions/local-emulator I have installed the latest firebase-tools using npm install -g fi...

9

Solved

Was recently added to a new firebase project via the web interface but it isn't showing up in firebase list. I can see the project in my firebase console. I've tried restarting my terminal, logging...
Pingpingpong asked 16/5, 2018 at 22:55

2

how to deploy to other firebase hosting sites defined within the same project. I created multiple firebase hosting "sites". The command firebase deploy however always deploys to the first one. H...
Thirza asked 4/9, 2018 at 15:50

4

I am trying to access Firestore using Firebase Admin on Node.js v8.4.0 in a Firebase Cloud Function running locally using firebase functions:shell on Windows 10. firebase -v 4.2.1 "dependencies"...

3

Is it possible to get verbose logging in Firebase's deploy tool? I am trying to enable Angular Universal on my site, following this guide: https://hackernoon.com/deploying-angular-universal-v6-wi...
Strobile asked 21/12, 2018 at 15:55

4

Solved

I install Firebase CLI (firebase-tools) https://github.com/firebase/firebase-tools by this code: curl -sL firebase.tools | bash How to uninstall it totally?
Markitamarkka asked 18/12, 2019 at 7:1

4

Solved

first of all that is the full error I got. @firebase/firestore: Firestore (8.1.1): Host has been set in both settings() and useEmulator(), emulator host will be used Error [FirebaseError]: Firesto...
Followthrough asked 30/11, 2020 at 1:17

5

Solved

How do I change the Firebase project in my cli? When I run firebase init, it says: Before we get started, keep in mind: * You are initializing in an existing Firebase project directory ? Are ...
Electrocardiogram asked 1/2, 2018 at 12:29

10

Solved

Following the firebase function getting started guide and getting a seemingly simple error once trying to deploy with: firebase deploy --only functions i deploying functions Running command: npm ...
Tajuanatak asked 21/1, 2018 at 19:14

3

To play with Google Analytics for Web based projects on Firebase we need to use either the Firebase reserved URLs or to copy/update the Firebase config object as the documentation states here. I a...
Aeriel asked 22/3, 2020 at 19:39

2

Solved

I have a Firebase Function that deletes a user's collection in a Firestore database when their account is deleted. const firebase_tools = require("firebase-tools"); const functions = requ...

3

Solved

I currently have a project set up through VueCLI and firebase-tools and can't seem to be able to attach the Firebase Auth emulator to my project locally. My Firebase Set-up file: import firebase fr...
Christal asked 12/11, 2020 at 20:29

3

Solved

I am using Ubuntu. I have recently installed firebase-tools using npm with the command as officially stated: npm install -g firebase-tools Also later unaware, installed another package locally in...
Oswaldooswalt asked 9/1, 2022 at 22:41

© 2022 - 2025 — McMap. All rights reserved.