firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools: firebase login --no-localhost** **Platform: MacOS** ### [REQUIRED] firebase login --no-localhost, But Failed. frank@localhost ~ % firebase login --no-localhost i Firebase optionally collects CLI and Emulator...
### [REQUIRED] Environment info **firebase-tools:** 12.9.1 **Platform:** Windows / macOS ### [REQUIRED] Test case Run emulator with `--inspect-functions` flag: ``` firebase emulators:start --project demo-project --inspect-functions ``` ### [REQUIRED] Steps to...
### [REQUIRED] Environment info **firebase-tools:**13.0.2 **Platform:** macOS, Ubuntu ### [REQUIRED] Test case Firebase functions that do not update during a deployment with Skipped (No changes detected) will cause an error...
### [REQUIRED] Environment info **firebase-tools:** 13.4.0 **Platform:** macOS 14.2.1, M2 ### [REQUIRED] Test case This can be reproduced in the emulator UI tool itself without any additional code. ### [REQUIRED]...
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 many times, the build...
### [REQUIRED] Version info **node:** 20 **firebase-functions:**^4.7.0 **firebase-tools:** **firebase-admin:** ### [REQUIRED] Test case Deploy function onCreate event ``` const functions = require("firebase-functions"); exports.purchases = functions.firestore .document("adata/{a}/bdata/{b}/cdata/{c}/ddata/{d}") .onCreate(async (snap, context) =>...
### [REQUIRED] Environment info **firebase-tools:** 13.4.0 (from `npx firebase-tools@latest` from `FirebaseExtended/action-hosting-deploy`) **Platform:** Ubuntu (GitHub actions runner) ### [REQUIRED] Test case ``` npx firebase-tools@latest hosting:channel:deploy your_preview --only stage --expires 5d --project...
[Firestore emulator] `setDoc` issues a `CREATE` request but also a `UPDATE` request at the same time
### [REQUIRED] Environment info **firebase-tools:**13.1.0 **Platform:**Windows 10 Pro 22H2 ### [REQUIRED] Test case Create a document using `addDoc()`, for example with: ```typescript const data = { id: 'some_id', name: 'name'...
### [REQUIRED] Environment info **firebase-tools:** 12.6.1 **Platform:** macOS ### [REQUIRED] Test case Run firebase init, select Functions and Emulators, use an existing project, select Typescript, enable linting, install dependencies with...
### [REQUIRED] Environment info **firebase-tools:** 13.3.1 (latest) **Platform:** Windows 11 ### [REQUIRED] Test case This has happened 3 times for seemingly random reasons. I cannot reproduce it reliably. ### [REQUIRED]...