firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools**: *^11.4.1* **Platform**: *Ubuntu* ### [REQUIRED] Test case You can reproduce the error by defining a V2 Cloud Function as below: ```javascript import { onCall }...
When using the functions and database emulator together (with `emulator:exec`) you can get a lot of noisy logs: ``` i functions: Beginning execution of "" i functions: Finished "" in...
Major architectural change: ParamValue has changed from `string | number | boolean` to an object which contains the raw value, type information, and critically, whether the param came from CSM...
### [REQUIRED] Environment info **firebase-tools:9.23.0 **Platform:Windows, ### [REQUIRED] Test case i want to generate a Crashlytics-compatible symbol file and upload it to Firebase servers by running the following Firebase CLI...
Utilizes [firebase-framework-tools#24](https://github.com/FirebaseExtended/firebase-framework-tools/pull/24) alongside [firebase-js-sdk#6526](https://github.com/firebase/firebase-js-sdk/pull/6526). There are a number of improvements but most importantly this serves as the PoC for [go/firebase-api-client-autoinit](https://goto.google.com/firebase-api-client-autoinit) and `hosting init` for Web Frameworks. * Frameworks now needs...
### [REQUIRED] Environment info **firebase-tools:** 11.5.0 **Platform:** Windows 10 **Node:** 14.20.0 ### [REQUIRED] Test case ```javascript let token1 = await firebase.auth().currentUser.getIdToken(true) await firebase.auth().currentUser.updateEmail("[email protected]") let token2 = await firebase.auth().currentUser.getIdToken(true) token1 ==...
### Description * Fixes remaining metadata bugs in https://github.com/firebase/firebase-tools/issues/3398#issuecomment-1159821364 by setting appropriate default metadata fields depending on which API is used * Introduces [media upload protocol](https://cloud.google.com/storage/docs/uploading-objects#uploading-an-object) support to both GCS...
* Draft cl ### Description TODO ### Scenarios Tested - [ ] Test wantBackend with 1 endpoint - [ ] Test wantBackend with 2 endpoints - [ ] Test setting...