Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
472 views

I have an angular app that is connecting to firebase with a local emulator set up. The emulator for auth works perfectly, I can see users created in the demo app and I can login with those users in ...
J King's user avatar
  • 4,516
0 votes
1 answer
436 views

I'm facing an error while deploying my Angular application to Firebase Hosting using the firebase deploy command. The specific error message I'm receiving is: [2024-01-31T22:26:15.400Z] ---------------...
Sushant Patekar's user avatar
3 votes
1 answer
2k views

I am using Firebase for my React app. Of course Firebase does not have official docker image, but I found this one spine3/firebase-emulator which was enough for auth and firestore. I can run auth and ...
Andriy's user avatar
  • 479
2 votes
0 answers
108 views

Can somebody please confirm that this behavior is normal for Firestore Emulator? If not, could this be a bug? Maybe my firestore.rules aren't set up correctly? When executing setDoc: const docRef = ...
pax's user avatar
  • 1,945
1 vote
2 answers
543 views

TL;DR Firebase Auth Emulator keeps suggesting real Google accounts. One in a hundred attempts result in an emulator dummy account popup. DETAILED firebase providers setup: importProvidersFrom( ...
pax's user avatar
  • 1,945
1 vote
0 answers
442 views

I want to run an emulator for Firebase Function, but I get this error I used this command: firebase emulators:start --project test in the terminal I received the following: enter image description ...
Roman's user avatar
  • 41
0 votes
0 answers
355 views

I got zsh:command not found: flutterfire, so I did some steps to solve it. firebase login npm install -g firebase-tools dart pub global activate flutterfire_cli vim ~/.zshrc (add export PATH="$...
Jay's user avatar
  • 39
0 votes
1 answer
145 views

Secret manager can specify kebab case secret name, but I meet the error functions: Failed to read local secrets file /work/dist/.secret.local: Invalid dotenv file, error on lines: project-bucket-url=&...
tkowt's user avatar
  • 347
0 votes
1 answer
67 views

I'm new to Firebase and now I'm trying to make a schedule function. So I tried this one to see if the schedule function works. exports.testSchedule = functions.pubsub .schedule('*/1 * * * *') // ...
Benjamin's user avatar
2 votes
4 answers
2k views

After searching for numerous hours all over the web and asking ChatGPT, I have found no solution. I have a Firebase Project (Web App) and I am using Gen2 Javascript Node for Firebase Functions. I have ...
Brandon Haynes's user avatar
1 vote
0 answers
72 views

I have the following github action using node 20 name: develop-pr on: pull_request: branches: - develop env: CI: true FIREBASE_EMULATORS_PATH: $GITHUB_WORKSPACE/emulator-cache jobs: ...
Kingsley Simon's user avatar
0 votes
1 answer
153 views

When using the firebase CLI with a Realtime Database I can use a command like this one to read a collection: % firebase database:get DB_Path But I can't find a way to select only the documents I ...
Michel's user avatar
  • 11.9k
2 votes
1 answer
126 views

I successfully upgraded AngularFire to version 16 and now I want to use the emulator with modular mode. I tried setting it up like in the example provided in the official samples found here: https://...
rueeggl's user avatar
  • 31
0 votes
1 answer
312 views

I am running the Firestore emulator as a Docker container and facing two issues. Here's the code I'm using: Environment.SetEnvironmentVariable("FIRESTORE_EMULATOR_HOST", "localhost:...
Sean Feldman's user avatar
  • 26.3k
0 votes
0 answers
42 views

I don't know what is wrong. unexpected error Error: ENOTDIR: not a directory. I checked debug.log. Error: ENOTDIR: not a directory, scandir 'C:\Users\user\Desktop\수요일 특강\work1\index.html' I ctrl+click ...
Dino65's user avatar
  • 1
0 votes
1 answer
287 views

I've set up the emulators in my project and all of them work fine, except for functions where I receive a 401 Unauthenticated errors. Is there some other setting somewhere for functions I need to ...
conor909's user avatar
  • 1,643
1 vote
0 answers
25 views

I'm trying to deploy my Firebase project's functions but I'm getting a message telling me that my function can't be found in my local source code but it's there, so now I'm stuck. my IDE and terminal: ...
justanicole's user avatar
0 votes
1 answer
312 views

I am using the firebase hosting web frameworks experimental feature with an Angular ssr project. I've got everything set up correctly and everything seems to deploy fine, except I started getting a ...
Kane Jeong's user avatar
5 votes
0 answers
383 views

I'm using the emulator to run cloud functions with Python. I'd like to attach a debugger using VS Code. This is easy when using Node, I just need to pass the --inspect-functions flag in when starting ...
Johnny Oshika's user avatar
0 votes
1 answer
101 views

In my Ionic Angular Application i will be using firebase for storage and authentication. I set up a very basic project and tried to get all the firebase emulators working. After running all commands ...
Schmank's user avatar
  • 405
0 votes
0 answers
1k views

I am trying to install Flutterfire CLI on Firebase CLI, I followed the instructions from the Firebase website. The error is: FlutterAppRequiredException: The current directory does not appear to be a ...
Ayush V Jain's user avatar
1 vote
1 answer
438 views

I am running a FastAPI backend application that saves data on Firestore. I would like to test using a test database, and want to use the Firebase Emulator Suite. My code is as follows: from google....
Phillip Ng's user avatar
0 votes
0 answers
1k views

I am unable to connect firebase to my flutter application using CLI. i Found 0 Firebase projects. FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command. ...
Suraj Raghuvanshi's user avatar
0 votes
1 answer
477 views

Recently when I tried to bump the Node Js version of my firebase functions, an error started to pop up while pushing the code to Firebase. It is the following error: Build failed: failed to Fetch: ...
Steve909's user avatar
1 vote
1 answer
483 views

Hello Stack Overflow community, I hope this message finds you well. I'm encountering an issue with my CircleCI build for my personal project, specifically related to the compatibility between Firebase ...
Masa's user avatar
  • 11
0 votes
1 answer
400 views

I am trying to start the firebase emulator suite (mostly firestore) on my rather memory-constrained dev environment. It is a Steam deck running ubuntu in a container via distrobox. I apparently have ...
pfooti's user avatar
  • 2,734
0 votes
2 answers
62 views

I am developing an iOS app with Firebase. The development works well with remote Firestore cloud data. Since I have to develop Firebase Functions, as advised in Firebase document, I started to use ...
Joe Huang's user avatar
  • 6,580
4 votes
1 answer
923 views

On the Firebase Console there is an option in settings that allows you to choose which function to trigger (screenshot belows) for the 2 events beforeUserCreated & beforeUserSignedIn. Looking at ...
Frontend Backend Bookend's user avatar
1 vote
0 answers
126 views

This is an android app that sends image files to Firebase Storage. Once in Firebase Storage the images are copied to another bucket where the resize images extension is enabled and converts the copied ...
stroopwafel's user avatar
0 votes
0 answers
30 views

Trying to install firebase-tools using the command npm install -g firebase-tool but it's stuck here idealTree:morgan: MOOD DlaceDep node_modules/firebase—tools on—[email protected] OK for: body—parser@1....
Syed Arsalan Kazmi's user avatar
0 votes
1 answer
201 views

I am using the 'firebase deploy' command to deploy a Next.JS project to firebase. When deploying functions, the command attempts to create a Cloud Run function to handle server side rendering. I get ...
TheHalfTimePrince's user avatar
0 votes
0 answers
78 views

I can not get my Firebase function to deploy. Here is the function code: const functions = require("firebase-functions"); const admin = require("firebase-admin"); admin....
LostTexan's user avatar
  • 921
0 votes
0 answers
62 views

I have a requirement to connect a C# win forms application running inside of Visual Studio on my local machine, to an instance of Google Datastore Emulator running on a Docker container which is also ...
Tony Tullemans's user avatar
0 votes
0 answers
28 views

Here it appears whenever I give command "npm install -g firebase-tools", I have already installed node.js and set up firebase console I have tried many ways to solve the problem, but I am ...
Pitambar Yadav's user avatar
0 votes
3 answers
806 views

I tried to firebase log in my system. i set environment variable and restart my computer but not working ! Any one to help me first i installed "npm install -g firebase-tools" then i ...
M Surya's user avatar
  • 25
0 votes
1 answer
78 views

I am following the steps in Firebase to setup functions. I ran npm install -g firebase-tools -f and didn't get any errors but when I try to run firebase init I get this error: I am running Windows 10,...
LostTexan's user avatar
  • 921
6 votes
3 answers
2k views

I've deployed without issue a thousand times, running lint each time, now all of a sudden I'm getting an Illegal option -- error and deploy fails. firebase --version: 12.9.1 node -v v16.16.0 yarn --...
Zelf's user avatar
  • 2,340
1 vote
1 answer
630 views

This is my first flutter project, I recently faced a problem using firebase deploy command and I want to deploy my flutter web project on Mac. i deploying database, functions, hosting, extensions ...
Gerald Yiu's user avatar
2 votes
1 answer
947 views

> npm install -g firebase-tools npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm WARN deprecated [email protected]: this library is no longer ...
skywalker's user avatar
0 votes
1 answer
475 views

Is there really no way to test firebase onCall functions as a logged in user via the shell? I get that you can use that google api curl command to quickly get a token as discussed here, but how do I ...
lando2319's user avatar
  • 1,912
0 votes
0 answers
59 views

I am trying to run a tictactoe game using firebase. I have initialized my file and on the console it says everything is running, except when I open localhost:5000 it gives me error Cannot GET/. on ...
sirhecker's user avatar
2 votes
1 answer
329 views

I installed firebase-tools with npm install -g firebase-tools However when I do firebase init or other cli commands I get an error. firebase node:internal/modules/cjs/loader:444 throw err; ...
Legend27's user avatar
3 votes
2 answers
365 views

I'm trying to debug some Firebase Functions running locally with the Firebase Emulator and VS Code. I can do that with the following command: firebase emulators:start --inspect-functions "...
Supersharp's user avatar
  • 31.5k
0 votes
1 answer
377 views

According to the release notes https://firebase.google.com/support/release-notes/cli there is a new --log-verbosity flag on the firebase cli that can be used to limit al the noise from the emulator. I ...
Jørgen Rasmussen's user avatar
0 votes
1 answer
396 views

I was trying to run a VueFire project. The docs mentioned that I should use a service account. So I downloaded one and put it in my project folder, added it to .gitignore and point an environment ...
starleaf1's user avatar
  • 2,928
0 votes
0 answers
298 views

locally, and did "firebase init", etc. And everything works fine, and I can deploy it locally fine with no problems. To get it deploy on GitHub, I set up a job with the following: npm ...
user2868758's user avatar
0 votes
1 answer
1k views

I'm trying to run an end-to-end testing of my application with the Firebase emulator running to provide proper data and backend context. Because of my security rules, I cannot put data into the ...
Keunwoo Park's user avatar
2 votes
0 answers
261 views

I am building a site with a custom domain that uses and is hosted by Firebase. I use the Google and Anonymous authentication providers (with signInWithRedirect). Up until adding the custom domain, ...
tukool's user avatar
  • 130
2 votes
1 answer
2k views

When i try to deploy my angular web application with the firebase deploy command, start the firebase emulators with the firebase emulators:start command or when the default github deploy on merge ...
Schmank's user avatar
  • 405
0 votes
2 answers
3k views

I am working on an existing React / Firebase project and wanted to add emulators, ironically to save time. I have not been able to get the emulators to run locally. I get a rather vague error: ⬢ ...
user8467470's user avatar

1 2 3
4
5
38