firebase-tools Questions
3
i'm trying to connect my emulator firestore database with my webapp. What's weird is that i'm able to use the emulator auth and emulator storage to create user and upload files respectively but whe...
Crony asked 1/6, 2023 at 12:28
3
The command Firebase deploy always stucks when I run it.
Here is the verbose info:
$ firebase deploy --token "SOMETOKEN" --debug
-----------------------------------------------------------------...
Jaguar asked 24/5, 2016 at 6:47
1
When starting the emulator I see 2 databases in the realtime database emulator. One with <project id> and the other <project id>-default-rtdb .
Can anybody explain or reference some do...
Kerouac asked 17/6, 2021 at 7:11
24
I'm trying to serve firebase functions locally, but when I run firebase serve or firebase emulators:start the error message is: "Port 5000 is not open, could not start functions emulator."
I'm usi...
Drambuie asked 17/8, 2019 at 14:55
9
I am windows user and trying to update firebase version using
npm install -g firebase-tools but when I run firebase --version
it shows the same version.
I also run npm uninstall firebase --save and...
Coombs asked 5/8, 2016 at 4:34
1
Solved
node -v
v16.20.0 (I have tried new versions as well)
npm -v
9.8.0
I am trying to get a website up and running on firebase and have not gotten past step 1. In my projects folder I am running BASH an...
Brom asked 9/7, 2023 at 22:25
0
For my project, I was trying to create and use a function to delete a specific user from Firebase Auth. But I learned that I can't do it from client-side.After that situation, I have started ...
Hedonism asked 8/7, 2023 at 17:11
1
I am using firebase hosting to host my flutter web app. Everytime I run firebase deploy or flutter deploy --only hosting, it builds the web app using flutter build web. How to give arguments to flu...
Sash asked 6/6, 2023 at 6:15
3
I have some tests for security rules and they prime up a dataset to the local Firestore emulator (using the @firebase/testing library, pretty much as described here). The tests mostly work, so I th...
Holography asked 22/7, 2020 at 14:14
4
I am using Firebase Emulator Suite to test my Firebase Cloud Functions before deploying them into production.
Exploring this approach to trigger the callable firebase cloud functions from my Andrio...
Glede asked 14/11, 2020 at 16:14
4
I am building a firebase function that listens to a trigger and sends a push notification to users. The trigger is based on firestore data that's too complex for me to manually re-recreate every ti...
Sapid asked 7/6, 2020 at 19:39
6
Solved
I am following a tutorial on Ionic Angular and it has come to the point where the instructor is having me publish my code to Firebase Hosting. First I used NPM to install the Firebase CLI. Then I w...
Earreach asked 22/1, 2018 at 18:41
4
Solved
Hi i unable to install the firebase tools via commandline in the windows
im using this below command
npm install -g firebase-tools
after entering this command i m getting this below error
npm ERR...
Chrysoberyl asked 20/1, 2018 at 13:32
4
I have updated to Firebase v9 a few weeks ago and I have an issue when trying to connect my Firebase App to Firestore Emulator.
firebase.js (my VueJS plugin, where I setup Firebase) :
import { init...
Britneybritni asked 22/3, 2022 at 14:46
3
I have been facing this firebase emulator error when I try to start the emulator and it stops suddenly by providing this error continuously:
Failed to load function definition from source: Failed ...
Bunkmate asked 24/5, 2022 at 14:3
3
Solved
I am using the firebase emulator to run my tests and, I received a warning about a chance of optimization using the cache system.
How I can do this?
It appears you are running in a CI environment....
Trescott asked 29/1, 2021 at 13:50
3
Solved
I have three cloud functions, two of which have been deployed to my firebase project, one of which I've just added. I was hoping to test the new one locally before deploying, but when I try to use ...
Glair asked 13/9, 2021 at 17:58
2
I recently getting this error when try to deploy the firebase cloud functions using the command firebase deploy --only functions. My package.json file is shown below
{
"name": "functions",
"scri...
Monosyllabic asked 4/6, 2020 at 14:38
3
I have set up emulator to work, I can access it on port 4000. I also see the Firestore status "ON"
However, when I try to make a query, I get:
Access to fetch at 'http://localhost:8080/go...
Osgood asked 11/3, 2022 at 11:24
2
Solved
In the company I am working for, we provide a solution for other companies, and we want each company to have a separate instance of that solution, this includes a separate database instance, the da...
Winepress asked 28/6, 2020 at 12:37
0
I have a Flutter application that uses Firebase as its back-end. I use Firebase emulators to test my app in debug mode.
In order to allow physical devices to connect to the emulators I run on my de...
Fjeld asked 2/1, 2023 at 18:32
4
I'm trying to run my test on Github Actinos but after several attempts I was not able to do so.
Receiving
Error: firestore: Firestore Emulator has exited because java is not installed, you can...
Ennui asked 28/5, 2020 at 1:8
4
Solved
I am facing an odd issue with firebase's firestore emulator. When i start the emulator, and check the emulator's firestore UI, it shows that no data exists in the db yet.
Then, i try query the fire...
Reno asked 29/4, 2021 at 12:4
12
Solved
I am trying to deploy Firebase hosting of my web app.
At the command line, when I type firebase deploy, I get the following error.
Note: firebase deploy is just one example. The same error occurs...
Ytterbia asked 28/6, 2016 at 5:17
4
Solved
I'm running
firebase emulators:start
and getting
firestore emulator has exited upon receiving signal: SIGINT
edited
As Clarity suggested in the comments section
firestore-debug.log
Twentyfour asked 8/8, 2019 at 9:59
© 2022 - 2025 — McMap. All rights reserved.