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

The Firebase Command Line Tools

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

### [REQUIRED] Environment info **firebase-tools:** 10.6.0 **Platform:** macOS ### [REQUIRED] Test case If your Storage emulator is bound to port 0.0.0.0 and you connect to it ### [REQUIRED] Steps to...

emulators: functions
bug

I have a cloud function which works for creating a PDF triggered from firestore onCreate function. The function will store the PDF to Firebase storage after creation. The function is...

Needs: Attention
emulators: storage
bug

### [REQUIRED] Environment info **firebase-tools:** 11.4.0 **Platform:** macOS ### [REQUIRED] Test case ```js import * as functions from "firebase-functions"; export const v1scheduled = functions.pubsub.schedule("every 30 minutes").onRun(() => {}); ``` ###...

type: bug
api: functions

### [REQUIRED] Environment info - `firebase-tools` 11.3.0 - Platform: Cloud Build (Alpine Linux image) ### [REQUIRED] Test case No minimum reproducible. Let me explain.. When debugging my CI scripts, I...

Needs: Attention
emulators: database
bug

### [REQUIRED] Environment info **firebase-tools:** 11.3.0 **Platform:** macOS ### [REQUIRED] Test case Login using emulator Login using firebase auth production ### [REQUIRED] Steps to reproduce - Login via Google Account...

bug

### [REQUIRED] Environment info **firebase-tools:** 11.2.0 **Platform:** Windows 11 ### [REQUIRED] Test case npm install -g firebase-tools npm audit fix Run `firebase deploy --only functions,hosting` either on new or existing...

type: feature request
api: functions

### Description Fixes https://github.com/firebase/firebase-tools/issues/4756. Changes `id` -> `sub` and `verified_email` -> `email_verified` for Google provider ### Scenarios Tested `npm run test` passes ### Sample Commands N/A

This issue appeared already last year (issue #2507) and was resolved in August 2020 by the following PRs : https://github.com/firebase/firebase-tools/pull/2415 https://github.com/firebase/firebase-tools/pull/2517 However, I experience the issue now with firebase-tools latest...

Needs: Attention
emulator-suite
internal-bug-filed

When running `firebase emulators:start --import --export-on-exit` and the `` does not exist, the export does not occur. **Expected behavior** When running the emulator with a target folder for import flag...

type: feature request
emulator-suite
internal-bug-filed

### [REQUIRED] Environment info **firebase-tools:** 11.2.1 **Platform:** Ubuntu ### [REQUIRED] Test case Run an empty promise with a 500ms delay in [@firebase/rules-unit-testing](https://www.npmjs.com/package/@firebase/rules-unit-testing)'s `withFunctionTriggersDisabled`; record the time it takes for the...

type: feature request