firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools:** 12.6.1 **Platform:** Ubuntu ### [REQUIRED] Test case Hi, I'm using next 13 with pages directory and I'm trying to use a simple redirection from a...
https://github.com/firebase/firebase-tools/pull/5691 [introduced](https://github.com/firebase/firebase-tools/commit/e5981f2e0f40ff87139039cb5ac5004231f2e69f#diff-372d171b067c11f7dbdea434bc98b44c356278e71e0f1251758e4ca25517c0b8R459) a 10s timeout for bundling next.config.js. This bundling uses `npx esbuild next.config.js` command and it may timeout for a variety of reasons (most likely, network-related). When this happens,...
### [REQUIRED] Environment info **firebase-tools:** `13.11.2` **Platform:** `macOS` ### [REQUIRED] Test case I am so sorry, I cannot find reasonable time to provide this... ### [REQUIRED] Steps to reproduce 1....
### [REQUIRED] Environment info **firebase-tools:** 12.3.0 **Platform:** Windows 11 ### [REQUIRED] Test case Run `firebase init` on Windows. ### [REQUIRED] Steps to reproduce 1. Run `firebase init` 2. Select `Functions`...
< ### [REQUIRED] Environment info Firebase CLI: 13.11.2 Windows, Next.js 14.2.3 ### [REQUIRED] Test case A new project was created, a search was done using searchParams. Localhost works properly without...
### Description Add support for scheduled functions emulator ### Sample Commands Not applicable
When running `firebase deploy --only hosting` in a turborepo project it seems that firebase run the next npm command as part of series of scripts: `npm i --omit dev --no-audit`...
### [REQUIRED] Environment info **firebase-tools:** 13.10.0 **Platform:** macOS ### [REQUIRED] Test case See "Steps to reproduce" below. ### [REQUIRED] Steps to reproduce ``` # .firebaserc { "projects": { "prod": "my-project-prod",...
### Description This PR is intended to fix the issue #7207 by checking if the .env. file exists and make it available for the build process. ### Scenarios Tested 1....
### Description ### Scenarios Tested ### Sample Commands