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

Based on issue #4625, `--params` is deprecated and according to @joehan, the new steps are as follows: - `firebase ext:install algolia/firestore-algolia-search` - `firebase deploy --only extensions --project proj1` The problem...

type: bug
api: extensions

### Description In the auth emulator sign in blocking function, send `metadata.last_sign_in_time` and `metadata.creation_time` as numbers and not strings so that firebase-functions can handle them. This is already implemented for...

### Description Auto closes the `Authorize GitHub App` popup that is shown during Firebase App Hosting onboarding. ### Scenarios Tested Manually tested ### Sample Commands `firebase apphosting:backends:create ...`

### Environment info **firebase-tools:** `firebase cli v13.8.0` Debian v12 **Platform:** Google CloudShell `firebase cli v13.8.0` and `gcloud SDK v475.0.0` ### Test case #### Testing Tests were conducted using `firebase cli...

type: bug
api: core
Needs: Attention
reproducible

### [REQUIRED] Environment info 13.3.1 **firebase-tools:** macOs **Platform:** ### [REQUIRED] Test case ### [REQUIRED] Steps to reproduce When running `firebase emulators:start --only functions` I see: `function ignored because the firestore...

type: bug
api: functions
Needs: Author Feedback

### [REQUIRED] Environment info **firebase-tools:** 13.9.0 **Platform:** MacOS Sonoma 14.5 ### [REQUIRED] Test case `yarn create next-app test && cd test && yarn add sharp@latest && firebase deploy` ### [REQUIRED]...

type: bug
integration: web frameworks

### [REQUIRED] Environment info **firebase-tools:** 12.4.7 **Platform:** Ubuntu 22.04.2 LTS (WSL) ### [REQUIRED] Test case Assume a button that generates a secret in any web app and calls the below...

type: bug
emulators: auth

### [REQUIRED] Environment info **firebase-tools:** 13.11.2 **Platform:** Windows ### [REQUIRED] Test case Get the existing configuration for a firebase functions ### [REQUIRED] Steps to reproduce execute the command `firebase functions:config:get`...

type: bug
api: functions
Needs: Author Feedback

### [REQUIRED] Environment info **firebase-tools : 13.11.2** **Platform : Windows** **Next.js : 14.2.4** ### [REQUIRED] Test case N/A ### [REQUIRED] Steps to reproduce 1. Run ```firebase deploy``` command ### [REQUIRED]...

type: bug
Needs: Attention
integration: web frameworks

```sh npx firebase experiments:enable webframeworks npx firebase firebase deploy ``` from the debug `.log` file, `firebase-tools` tries to upload a a directory `C:C:\\` and it's not found. I am using...

type: bug
Needs: Author Feedback
integration: web frameworks