firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
### Environment info $ firebase --version 13.10.0 **Platform:** Ubuntu 22.04 ### Steps to reproduce $ sudo npm install -g firebase-tools npm WARN deprecated [email protected]: This module is not supported, and...
Configure where the log files for the emulator are saved, instead of polluting the root of the project. Added here also at the request of Frank van Puffelen when posted...
### [REQUIRED] Environment info **firebase-tools:** all **Platform:** all ### [REQUIRED] Test case Right now we have the following file watcher in the Functions emulator: https://github.com/firebase/firebase-tools/blob/bd6a23be0ed9a7b06aa178aa66c94e6cb6ce8045/src/emulator/functionsEmulator.ts#L238 It ignores certain files based...
### [REQUIRED] Environment info **firebase-tools: 13.11.2** **Platform: macOS/Ubuntu** ### [REQUIRED] Test case Create a feature flag with a rollout plan, download the JSON and try to upload this JSON to...
### [REQUIRED] Environment info **firebase-tools: 7.16.1** **Platform: macOS** ### [REQUIRED] Test case ``` import requests emulator_url = 'http://127.0.0.1:50579/v1/projects/test-app:runQuery' payload = b'{"partitionId": {"projectId": "test-app", "namespaceId": ""}, "query": {"kind": [{"name": "Profile"}], "limit":...
### EDIT: Better naming for the bug App Directory: Navigation between pages is always hard reload Next.js Router.push() reloads page automatically on firebase ### [REQUIRED] Environment info Integration: Enabled web...
Firebase hosting emulator rewrites work like a charm with firebase functions since we have functions emulator. However, rewrites to a cloud run service work only if service is deployed to...
### Description Moves `build`, `codegenPublicDirectory` and `codegenFunctionsDirectory` logic to adapter in https://github.com/FirebaseExtended/firebase-framework-tools/pull/198 ### Scenarios Tested ### Sample Commands
Running firebase init functions will install firebase_functions~=0.1.0 which isn't compatible with arm64 and results in runtime errors when importing the python module. Changing the requirement to the latest version (0.4.1)...