firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools:** 13.10.0 **Platform:** NixOS 24.05 ### [REQUIRED] Test case ```py # The Cloud Functions for Firebase SDK to create Cloud Functions and set up triggers. from...
### [REQUIRED] Environment info **firebase-tools:** 13.8.3 **Platform:** Ubuntu 22.04 ### [REQUIRED] Test case No project code necessary for repro ### [REQUIRED] Steps to reproduce ``` $ uname -a Linux my-desktop...
We've recently migrated our database from Datastore to "Firestore in Datastore mode". We now want to stop using the Datastore emulator in our tests and local development environments and instead...
Hi, I have the following deps in my project, ├─┬ [email protected] │ └─┬ [email protected] ws is subject to a [critical vulnerability](https://github.com/advisories/GHSA-3h5v-q93c-6h6q). ws has been updated and the issue has been...
Emulator indicating MORE_RESULTS_AFTER_LIMIT with NOT_EQUAL query regardless of more results or not
### [REQUIRED] Environment info Using Google Cloud SDK: 482.0.0 with cloud-firestore-emulator: 1.19.7 **firebase-tools:** ``` gcloud --version Google Cloud SDK 482.0.0 app-engine-java 2.0.28 app-engine-python 1.9.113 app-engine-python-extras 1.9.106 beta 2024.06.24 cloud-datastore-emulator 2.3.1...
### [REQUIRED] Environment info **firebase-tools:** 13.11.4 **Platform:** Ubuntu 23.10 / fish ### [REQUIRED] Test case ```python from firebase_functions import tasks_fn @tasks_fn.on_task_dispatched() def dummy_function(request: tasks_fn.CallableRequest) -> str: return "Hello World" ```...
### [REQUIRED] Environment info 1. **firebase-tools: 13.11.4** 2. **Platform: Windows** 3. I am using the webframeworks integration to use Next.js. ### [REQUIRED] Test case 1. Creating a functions directory and...
### [REQUIRED] Environment info **firebase-tools:** 13.11.2 **Platform:** Github Action (ubuntu) ### [REQUIRED] Test case when running `firebase deploy --only functions` i get the following error: ``` Error: Cloud Runtime Config...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.17 to 1.8.22. Release notes Sourced from @grpc/grpc-js's releases. @grpc/grpc-js 1.8.22 Avoid buffering significantly more than grpc.max_receive_message_size per received message. @grpc/grpc-js@1.8.21 Fix propagation of UNIMPLEMENTED error messages...
Bumps [ws](https://github.com/websockets/ws) from 8.8.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...