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

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?...

needs-triage

### Description The 8GB memory option docs! Missing correction. https://firebase.google.com/docs/reference/functions/function_configuration.runtimeoptions?hl=en#optional-memory

cla: yes

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. ![Ekran Resmi 2022-04-07 14 19 18](https://user-images.githubusercontent.com/26038249/162199549-b898a4bf-85ed-4ba6-938c-271eb2ce954d.jpg) Package.Json in...

needs-triage

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...

type: feature request
triaged

### 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 ###...

help wanted
type: feature request

### 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...

documentation

So that we can type our functions better! ### Description ### Code sample

cla: yes

### 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...

api: http