firebase-tools Questions

6

Solved

I am encountering an error when attempting to deploy a Firebase function. Despite deleting node_modules and package-lock.json, running npm install, and executing firebase deploy --only functions ma...
Pediatrics asked 9/4, 2023 at 10:10

3

How are developers working with Firebase App Check when developing locally using the emulator on localhost? Are you disabling App Check on localhost entirely? Or are you able to emulating App Check...

3

Solved

I am getting error while deploying nextjs 13 in firebase hosting through firebase-tools. error - HTTP Error: 400, Could not create Cloud Run service ssrlyeanabot. spec.template.spec.containers.reso...
Ja asked 24/3, 2023 at 16:33

5

Solved

Another day another question regarding Firebase: I am relatively new to Firebase/node.js/npm ... I'm currently trying to build a mobile app backend with Firebase for a university project. I use n...

26

I'm a pretty new programmer going through the Firebase tutorial. I have gone through steps 1-5 of the tutorial (https://codelabs.developers.google.com/codelabs/firebase-web/#5). I've added the "Add...
Pastille asked 20/7, 2016 at 16:33

13

Solved

Currently I initialise the firebase emulators with: $ firebase emulators:start After some time working on it I want to stop it. How can I then stop the emulators?
Salford asked 1/7, 2020 at 20:15

3

In my firebase cloud functions, I have upgraded firebase-admin to version 11.0.0 (from 9.12.0) and engines from 12 to 16. After that admin.firestore.FieldValue is undefined when I run my code in th...

1

I need to construct specific linked documents when Firestore object is created, and I need to know who created the specific document. Based on documentation I should be able to use onDocumentCreate...

2

Solved

Hi I am currently using firebase's local emulator and flutter. However, I am using a real device and not a simulator therefore I do not know how to connect to my laptops localhost. I am currently u...
Mousse asked 14/6, 2021 at 15:56

2

I'm trying to use the Functions Emulator but it is causing problems when I try to use it in my Flutter app. I am currently on the free plan, but I have read that Functions for Local Emulator are av...
Nuthouse asked 15/6, 2023 at 20:13

9

Solved

I've deployed hundreds of function and this is the first time I encounter this issue. Simply, it stops deploying function process, saying: Unhandled error cleaning up build images. This could resu...
Intension asked 1/8, 2021 at 15:22

5

Solved

This question falls somewhere between Firebase Tools, MacOS and Java. Probably 75% Java, 20% Firebase Tools and 5% MacOS. Starting with v10.5, firebase-tools started stating that 'Support for Java ...
Salmon asked 28/4, 2022 at 15:41

3

Solved

The Firebase documentation mentions that the local emulator supports Real and Demo projects. A demo project is defined as: A demo project has no Firebase console configuration and no live resource...
Interoceptor asked 1/6, 2021 at 1:0

6

I have been experimenting with using Firebase emulators to decrease the number of reads/writes against my actual Firestore db while I am developing a web app. More specifically, I would like to cre...
Microdont asked 22/4, 2022 at 17:53

2

Solved

I just downloaded the Firebase CLI (through firebase-tools NPM module) and I'm trying to firebase login. Each time I'm redirected to my browser where I give the Firebase CLI app permissions to my a...
Id asked 9/5, 2017 at 23:36

4

I am writing my first cloud function for Firebase and it requires the firebase-tools module. I've installing it by adding it to my dependencies in the package.json file and running npm install. Th...

2

Solved

I have this dockerfile: FROM node:16 ADD . /src WORKDIR /src # Install OpenJDK-11 RUN echo 'deb http://ftp.debian.org/debian stretch-backports main' | tee /etc/apt/sources.list.d/stretch-backports...

25

Solved

I'm trying to install flutterfire_cli in my root project, so I typed this command: FirebaseFirestore firestore = FirebaseFirestore.instance; After that, this is the console session (PowerShell): c...
Giacometti asked 12/12, 2021 at 1:24

2

I have a NextJS app that I am trying to deploy to firebase hosting, however during the firebase deploy command it seems to get stuck and hang indefinitely (several hours waiting to no avail). The d...

13

I have a problem when I try to login to Firebase using the CLI. I installed firebase-tools using npm -g install firebase-tools with admin rights. The steps I do are (from a cygwin terminal on Windo...
Announcer asked 6/10, 2016 at 14:47

7

I have version 11.0.1 of firebase installed on my Windows 11 machine. When I run the firebase emulators, it crashes with this message: $ firebase emulators:start !! emulators: firebase-tools no l...
Ginzburg asked 30/5, 2022 at 18:3

2

I am trying to create additional storage buckets in the new Firebase Cloud Storage Emulator. I see no option in the EmulatorUI and have found no resources online. Is this even possible?
Allenaallenby asked 12/7, 2021 at 0:7

2

I am struggling to connect to the emulated Firebase Auth service via the Firebase Admin SDK. I cut down the code to really make the problem stand out, and hope someone can help. This is the code of...

2

Solved

Hi I was wondering how to connect to my firebase storage emulator, this is how I connect to Firestore. How do I do it with storage Firestore Example: if emulator: os.environ["FIRESTORE_EMULAT...
Virg asked 22/6, 2021 at 17:13

9

Solved

When I run firebase deploy --only functions it reads the index.js file and updates all functions exported from that file. If on the previous deploy there was a function named a, and in the curren...
Fantasist asked 13/4, 2017 at 8:1

© 2022 - 2024 — McMap. All rights reserved.