firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info firebase-tools: 13.15.2 Platform: macOS ### [REQUIRED] Test case - Create new firebase project. - `firebase init` and select functions - Create new firestore database on console...
Hi I have tried some solutions to provide both i18n and server-side rendering but it seem firebase have limitation that baseHref of each locale must be "" so I can't...
### Environment info **firebase-tools:** 13.13.1 **Platform:** Mac OS Sonoma 14.0 ### Test cases **1.** `firebase experiments:disable functionsv2deployoptimizations` `firebase deploy --only functions:main` with a codebase containing 13 2nd generation Cloud Functions....
### [REQUIRED] Environment info **firebase-tools:** 13.4.1 **Platform:** Windows ### [REQUIRED] Test case I am deploying Vite React SSR solution for Firebase Express.js but it's not detecting server.js ### [REQUIRED] Steps...
### [REQUIRED] Environment info **firebase-tools:** 12.5.4 **Platform:** macOS ### [REQUIRED] Test case Run `firebase use prod` in Bitrise CI. ### [REQUIRED] Steps to reproduce When running `firebase use prod`, we...
### [REQUIRED] Environment info **firebase-tools: 13.15.4** **Platform: MacOS** ### [REQUIRED] Test case `npx firebase-tools emulators:start` ### [REQUIRED] Steps to reproduce 1. Load the storage UI from a clean install of...
### Description Adding some extra logging to sanity check update-notifier. These messages will show up at the very top of firebase-debug.log. The notifier seems to still be working for me:...
This is basically the same as #7268 as that issue has been closed as fixed. It is NOT fixed. ### [REQUIRED] Environment info **firebase-tools:** 13.14.2 **Platform:** - ubuntu-latest, Github Actions...
### [REQUIRED] Environment info **firebase-tools:** 13.13.3 **Platform:** macOS Sonoma 14.5 ### [REQUIRED] Test case Use Orta.vscode-jest extension, configure `firebase emulators:exec "jest"` as its command, run jest unit test. ### [REQUIRED]...
Currently we do this for the emulators: * One `Ctrl+C (SIGINT)` --> clean shutdown * Two or more `Ctrl+C (SIGINT)` separated by a human interval --> immediate shutdown We should...