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: v13.5.2** **Platform: Ubuntu 23.10** ### [REQUIRED] Test case Login to firebase tools with workspace account, wait for oauth refresh token to expire (seems like it...

type: feature request
api: core

### [REQUIRED] Environment info **firebase-tools:** 11.25.3 **Platform:** macOS ### [REQUIRED] Test case Starting with v12.2.0, Next.js supports On-Demand Incremental Static Regeneration to manually purge the Next.js cache for a specific...

type: feature request
integration: web frameworks

Currently you have to use : `firebase deploy --only storage` I propose adding `firebase deploy --only storage:rules` for consistency with `firebase deploy --only firestore:rules`

type: feature request
api: storage

### Description Fixed: If you run `firebase login` behind the proxy server , you will see "Error: An unexpected error has occurred." in your termial after a few seconds, even...

### [REQUIRED] Environment info **firebase-tools:** 13.9.0 **Platform:** node:lts docker container ### [REQUIRED] Test case Any project with a firebase.json ### [REQUIRED] Steps to reproduce 1. Set `GOOGLE_APPLICATION_CREDENTIALS` to an service...

type: bug
api: hosting
api: core
reproducible

### [REQUIRED] Environment info **firebase-tools:** 8.4.3 **Platform:** macOS Catalina ### [REQUIRED] Test case ```ts import * as firebaseTools from 'firebase-tools' ``` or ```ts import firebaseTools from 'firebase-tools' ``` ### [REQUIRED]...

type: feature request

### [REQUIRED] Environment info 9.12.0 **firebase-tools:** macOs **Platform:** ### [REQUIRED] Test case I've provided an example in web for ease of illustration, but this is also a problem for iOS...

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

### Description This PR adds an option to the Firebase CLI to override the `functions.source` config option on `firebase deploy`. This is much like the option which overrides the public...

### Environment info * Operating System version: Fedora 32 * Browser version: Firefox 79 * Firebase SDK version: 0.20.11 * Firebase: 8.9.0 * Firebase Product: Firestore, Emulator * node: v14.8.0...

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

### [REQUIRED] Environment info **firebase-tools:** 13.8.3 **firebase-admin:** 12.1.0 **firebase-functions:** 5.0.1 **Platform:** Windows 11 **node:** 20.5.1 ### [REQUIRED] Test case ```js const { onRequest } = require("firebase-functions/v2/https"); exports.helloWorld = onRequest((request, response)...

type: bug
emulators: functions
reproducible