firebase-functions
firebase-functions copied to clipboard
Firebase SDK for Cloud Functions
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....
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...
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...
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...
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...