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

Deployed the v1 event-driven cloud function with the following configuration: ``` "dependencies": { "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0" }, "engines": { "node": "16" } ``` The function is without `runWith` configuration....

type: bug
infrastructure
reproducible: yes

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.3 to 7.2.4. Release notes Sourced from protobufjs's releases. protobufjs: v7.2.4 7.2.4 (2023-06-23) Bug Fixes do not let setProperty change the prototype (#1899) (e66379f) Changelog Sourced from...

dependencies

Links up retry for event triggered gen 2 functions. Fixes https://github.com/firebase/firebase-tools/issues/5484

### Description Calling `logger.write()` does not automatically add the traceId in logs like calling `logger.log()`, `logger.error()`, etc. Since the latter functions call `logger.write()` anyways, I moved the snippet of code...

**Is your feature request related to a problem? Please describe.** Since firebase function support blocking functions. I wish to have logic to set session claims or reject signin based on...

type: feature request
api: auth