firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
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...
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...
### [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() {...
### [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...
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": [ {...
### [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...
### [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...
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...