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

Bumps [next](https://github.com/vercel/next.js) from 14.0.3 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...

dependencies

### Description Reenabled single build.

### [REQUIRED] Environment info **firebase-tools:** 13.8.0 **Platform:** macOS ### [REQUIRED] Test case Our docs using Nextra: https://github.com/SharezoneApp/sharezone-app/tree/main/docs ### [REQUIRED] Steps to reproduce 1. Clone our Nextra docs: https://github.com/SharezoneApp/sharezone-app/tree/main/docs 2. Enable...

type: bug
Needs: Attention
integration: web frameworks

### Description ### Scenarios Tested ### Sample Commands

### Description Update Java compatibility deprecation message to clarify how to get the necessary JRE. For those less familiar with the Java ecosystem, it's not clear that you can't get...

### Description This is done by using the .firebaseRC as the source of truth for the project ID, instead of the `currentProjectId` signal. ### Scenarios Tested I'm not sure how...

### Description When partial pre-rendering (`experimental: {ppr: true}` is enabled in `next.config.js` Next.js includes dynamic pages in the `prerender-manifest.json` and it generates the `.html` files with partial html and those...

integration: web frameworks

### [REQUIRED] Environment info **firebase-tools:**13.15.4 **Platform:**macOS ### [REQUIRED] Test case index.ts: ```typescript import { onValueCreated } from "firebase-functions/v2/database"; import { setGlobalOptions } from "firebase-functions/v2"; import { region } from "firebase-functions/v1";...

type: bug
emulators: functions

### Description This PR removes the dependency on `strip-ansi` and uses `stripVTControlCharacters` from `node:util` instead which is a built-in replacement.