firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [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...
### [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...
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`
### 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...
Running firebase deploy with service account and missing permission errors with "Assertion failed"
### [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...
### [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]...
### [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...
### 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...
If the functions code takes a long time to load, an error will occur and loading will be interrupted
### [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)...