firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

The Firebase Command Line Tools

Results 496 firebase-tools issues
Sort by recently updated
recently updated
newest added

### [REQUIRED] Environment info **firebase-tools:** 14.6.0 **Platform:** macOS ### [REQUIRED] Test case I tried to deploy the Flutter docs to App Hosting, since they're open source: https://github.com/flutter/website. It's a lot...

type: bug
api: apphosting

### [REQUIRED] Environment info **firebase-tools:** 10.1.2 **Platform:** macOS 12.1 ### [REQUIRED] Steps to reproduce 1. Start emulators suite 2. Run `firebase emulators:export --only firestore` ### [REQUIRED] Expected behavior Only firestore...

type: bug
emulator-suite

We use signed URLs to create writeable destinations for things like caching and intermediary steps. We would like to run this functionality in isolation so we can test it in...

type: feature request
emulator-suite
help-wanted
emulators: storage

### [REQUIRED] Environment info **firebase-tools:** 14.0.1 **Platform:** Windows 11 ### [REQUIRED] Test case I've got an angular application that I've successfully deployed to app hosting, but when I run the...

type: bug
emulator: app hosting

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-server` from 4.15.1 to 5.2.1 Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1...

dependencies
javascript

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.3. Commits 4b7e868 2.1.3 266194b hardlink tweak from main d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
javascript

### Description ### Scenarios Tested ### Sample Commands

### Description Updated the filtering and order by schema in the query collection tool to improve LLM flexibility for constructing queries. The new schema is closer to how we represent...

Emulator will try to detect use of TypeScript by checking existence of `tsconfig.json` and will prefer using `tsx` in place of `node` to start the process for loading and executing...