firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Firebase SDK for Cloud Functions

Results 186 firebase-functions issues
Sort by recently updated
recently updated
newest added

Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...

dependencies

### Related issues None ### [REQUIRED] Version info **node:** **firebase-functions:** 3.24.0 **firebase-tools:** **firebase-admin:** ### [REQUIRED] Test case ``` functions.storage.object().onFinalize((object) => { if (object?.name) { } }) ``` ### [REQUIRED] Steps...

api: storage

### Description I want to see the original .ts file when using Go to Definition. Is it possible to enable `declarationMap`? https://www.typescriptlang.org/tsconfig#declarationMap ### Code sample I have confirmed that the...

### [REQUIRED] Describe your environment * Operating System version: Linux * Browser version: n/a * Firebase SDK version: v9 * Firebase Product: functions ### [REQUIRED] Describe the problem #### Steps...

api: http
api: functions

### [REQUIRED] Environment info **firebase-tools:** v10.9.0 to v11.8.0 **Platform:** macOS ### [REQUIRED] Test case On a project that requires `functions.config()`, remove the `.runtimeconfig.json` file from the project and run the...

type: feature request
api: functions

This exposes the already existing generic types of `@google-cloud/firestore` for `DocumentSnapshot` and `QueryDocumentSnapshot`. I've also added the default to not introduce any breaking change and keep the typing optional. In...

I would like to set "CPU always allocated" to my cloud functions with min instances set so that they will maintain their connection to spanner. Currently the connection is being...

type: feature request
api: functions

Please rename `firebase-functions/v2/database` to `firebase-functions/v2/realtime` or `onValue*` triggers to `onRealtimeValue*`. This will save hours to your future clients! ### [REQUIRED] Version info **node: 16** **firebase-functions: 3.23.0** **firebase-tools: (don't remember, should...

needs-triage

### Related issues ### [REQUIRED] Version info **node:** 16.16.0 **firebase-functions:** 3.22.0 **firebase-tools:** 11.4.0 **firebase-admin:** 11.0.1 ### [REQUIRED] Test case I'm trying to migrate a Firebase Functions from V1 to V2...

needs-triage

### Related issues ### [REQUIRED] Version info **node:** 16 **firebase-functions:** 3.22.0 **firebase-tools:** 10.6.0 **firebase-admin:** 10.0.2 ### [REQUIRED] Test case If a TypeError occurs, the Cloud Logging log will have multiple...

api: http