firebase-functions
firebase-functions copied to clipboard
Firebase SDK for Cloud Functions
https://github.com/firebase/firebase-functions/blob/9a5b23f855f96cfd69e37480b63636cfbe3e39f9/package.json#L169-L171 Express is updated, for some reason the `@types` is current in this lib, but the actual `express` is a couple of versions behind. Can we get this bumped up?...
### Description The 8GB memory option docs! Missing correction. https://firebase.google.com/docs/reference/functions/function_configuration.runtimeoptions?hl=en#optional-memory
node: v16.14.2 firebase-tools: 10.6.0 npm: 8.5.0 After updating to latest firebase-tools, i have received some npm deprecated warnings for modules as follows.  Package.Json in...
Not sure if you accept Feature Requests, but I'll make it brief: Would be nice if the `onCreate`, `onWrite`, `onUpdate` and `onDelete` triggers had support for `withConverter`: Example: ```typescript firestore...
### Description refs: https://github.com/firebase/firebase-functions/issues/988 Encode a Date object in return value of onCall functions to ISO formatted date string. ### Code sample ```typescript onCall(() => { return { d: new...
### [REQUIRED] Environment info Not sure if this is the right place to post this in the myriad of issue trackers. Sorry in advance. **firebase-tools:** 9.16.3 **Platform:** Node 14 ###...
### Related issues https://github.com/firebase/firebase-functions/issues/739 https://github.com/firebase/firebase-functions/issues/785 ### Description The functions/field documentation for [`EventContext`](https://github.com/firebase/firebase-functions/blob/fb1fe3d4b56296dc2e7b3aba0885af00a2591507/src/cloud-functions.ts#L70), does not respect/mention Firestore in any way, which makes it confusing when reading through it. It should mention...
So that we can type our functions better! ### Description ### Code sample
### Related issues ### [REQUIRED] Version info **node:** 10 **firebase-functions:** 3.7 **firebase-tools:** 7.5 **firebase-admin:** 8.6 ### [REQUIRED] Test case ``` const corsCheck = cors({ origin : [ // dev url...