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:** 13.7.1 **Platform:** Ubuntu ### [REQUIRED] Test case Adding this configuration in `firebase.json` to you Firebase hosted Next.js project causes some inconveniences: ``` "frameworksBackend": { "minInstances":...

type: bug
integration: web frameworks

### [REQUIRED] Environment info **firebase-tools:** 13.10.2 **Platform:** Ubuntu 22.04.4 LTS ### [REQUIRED] Test case Sorry, currently I don't know how to make tests like this. ### [REQUIRED] Steps to reproduce...

type: bug
api: core

### Description Have the web frameworks astro framework support be pulled in from the apphosting adapter. This is the companion pr for https://github.com/FirebaseExtended/firebase-framework-tools/pull/195, https://github.com/FirebaseExtended/firebase-framework-tools/pull/195 should be merged in before this...

### [REQUIRED] Environment info **firebase-tools:** [email protected] **Platform:** docker: node:20.10.0-alpine ### [REQUIRED] Test case I am trying to deploy our project. It's a product running on Firebase since 2019, well maintained,...

type: bug
api: firestore

### [REQUIRED] Environment info Version: 13.7.1 OS: Ubuntu ### [REQUIRED] Test case Deployment with a failing function update. ### [REQUIRED] Steps to reproduce `firebase deploy` returns an exit code of...

type: bug
api: functions
Needs: Attention

### Description Display a meaningful error message when the cannot determine the target. It would be helpful in scenarios when the user changed default configuration names, for example, `production` to...

integration: web frameworks

### Description There was a following change in main server file template in Angular 17: ```ts // Webpack will replace 'require' with '__webpack_require__' // '__non_webpack_require__' is a proxy to Node...

integration: web frameworks

### Environment info **firebase-tools:** 13.3.1 **Platform:** Debian ### Test case ```javascript export const automatedBackupFromFirestoreV2 = onSchedule( { region: 'europe-west1', schedule: 'every 168 hours', serviceAccount: 'compute-engine-default@*****.iam.gserviceaccount.com', }, async () => {});...

type: bug
api: functions

### Description Fixes #7036. From what I can gather, it is possible that env values can be `undefined`. I think we should skip the creation of env if their value...

I have a Next.js page hosted on firebase. It has one SSR page that loads firebase admin SDK as ``` export const getServerSideProps: GetServerSideProps = async ({..}) => { console.log("Init...

type: bug
integration: web frameworks