firebase-functions
firebase-functions copied to clipboard
Firebase SDK for Cloud Functions
### Related issues I did not find any related issues that address this specific problem. ### [REQUIRED] Version info **node:** v18.20.3 **firebase-functions:** 5.0.1 **firebase-tools:** 13.11.2 **firebase-admin:** 12.2.0 ### [REQUIRED] Test...
### Related issues ### [REQUIRED] Version info **node:** v20.14.0 **firebase-functions:** **firebase-tools:** 13.14.2 **firebase-admin:** 12.1.0 ### [REQUIRED] Test case ### [REQUIRED] Steps to reproduce Run ` firebase deploy --only functions:anyFunction `...
### Related issues ### [REQUIRED] Version info **node:** v20.13.1 **firebase-functions:** 5.0.1 **firebase-tools:** 13.9.0 **firebase-admin:** 12.1.0 **express** 4.19.2 ### [REQUIRED] Test case * `frontend.html` ```l send to express app send to...
### Related issues ### [REQUIRED] Version info **node:** 20.18.0 **firebase-functions:** 6.0.1 **firebase-tools:** 13.25.0 **firebase-admin:** 12.6.0 ### [REQUIRED] Test case ```js export const beforecreated = beforeUserCreated(async () => { return {...
[npm Releases](https://www.npmjs.com/package/firebase-functions?activeTab=versions) [Github Releases](https://github.com/firebase/firebase-functions/releases)
### Description The `defineString` function does not narrow the type when adding `input.select.options`. This means we have to typecast in certain situations, even though we know what the types should...
### Description Fixing the issue #1703. Googleapis returns a proxy to an object with a missing "size" property due to an outdated node-fetch library, and this causes the logger to...
Resolves https://github.com/firebase/firebase-functions/issues/1681
### Related issues ### [REQUIRED] Version info **node:** v20.18.1 **firebase-functions:** 6.3.2 **firebase-tools:** 14.4.0 **firebase-admin:** 13.4.0 ### [REQUIRED] Test case _index.ts_ ```ts import { onInit } from "firebase-functions/v2"; import { onRequest...
### Related issues none. ### [REQUIRED] Version info **node:** all **firebase-functions:** - onDocumentCreatedWithAuthContext - onDocumentDeletedWithAuthContext - onDocumentUpdatedWithAuthContext - onDocumentWrittenWithAuthContext ### [REQUIRED] Test case Search the Firebase Documentation website. There is...