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

The URL to functions/get-started needed to be updated. Also tweaked some text to line up with docs.

### [REQUIRED] Environment info **firebase-tools:** 11.7.0 **Platform:** Windows 10 Pro running Ubuntu via WSL2 ### [REQUIRED] Test case As you start to increase the number of items attempted to be...

emulators: storage
bug

run on ubunte 22.04 when i run `curl -sL https://firebase.tools | bash ` -- Checking for existing firebase-tools on PATH... -- Checking your machine type... -- Downloading binary from https://firebase.tools/bin/linux/latest...

bug

### [REQUIRED] Environment info 11.14.4 macOS cloud.google.com/go/firestore v1.7.0 cloud.google.com/go/storage v1.27.0 ### [REQUIRED] Test case ``` package main import ( "context" "fmt" "os" "cloud.google.com/go/storage" firebase "firebase.google.com/go" "google.golang.org/api/iterator" ) func init() {...

bug

### [REQUIRED] Environment info **firebase-tools:** 10.2.1 **Platform:** Ubuntu ### [REQUIRED] Test case The documentation around environment variables using .env-files while using the local functions emulator states the following: > Contents...

api: functions
bug

Firebase emulator hosting rewrites not working for v11.13 onwards, namely it is working when you've rolled back to v11.13. **firebase-tools:** Windows ### [REQUIRED] Test case **firebase.json:** ``` "rewrites": [ {...

Needs: Attention
bug

### [REQUIRED] Environment info **firebase-tools:** 11.14.3 **Platform:** Manjaro Linux ### [REQUIRED] Test case I'm running the following as I've done a thousand times before. This is a v2 function located...

bug

### [REQUIRED] Environment info **firebase-tools:** 11.9.0 **Platform:** Windows 10 ### [REQUIRED] Steps to reproduce 1. Create an app that has access to the emulator. 2. Convert a png image to...

priority: p3
emulators: storage
bug

Updates various CLI tests to use the latest firebase functions and firebase admin sdk.

This is not for a feature launching at the summit and does not need to be checked in until after we thaw. Previously the run rewrites used a splat operator...