firebase-functions
firebase-functions copied to clipboard
Firebase SDK for Cloud Functions
Many users have been requesting Dart and Kotlin support for Firebase functions. AWS already supports layers and custom runtimes, and CDK and Pulumi both support multiple languages. Google's competitors, such...
### Version info **node:** 18 **firebase-functions:** 4.5.0 **firebase-tools:** 13.0.2 ### [REQUIRED] Steps to reproduce firebase-functions lacks the correct TypeScript types to do what is stated in the documentation for [parameterized...
### [REQUIRED] Version info **node:** node v21.4.0 **firebase-functions:** 13.0.2 **firebase-tools:** **firebase-admin:** ### [REQUIRED] Test case ``` const apikey = defineSecret("APIKEY"); runWith({ secrets: [apikey.name], }); export const loadRemoteInfo = onRequest({secrets: [apikey]},...
### Related issues ### [REQUIRED] Version info **node:** 16.20.0 **firebase-functions:** 4.4.1 **firebase-tools:** 12.3.0 **firebase-admin:** 11.10.1 ### [REQUIRED] Test case ``` export const exampleHandler = onDocumentCreated('example/{docId}', async (event) => { const...
### Description ### Code sample
### Version info **node:** v18.16.0 **firebase-functions:** v4.4.1 **firebase-tools:** v12.5.2 **firebase-admin:** v11.8.0 ### Steps to reproduce **This issue was not encountered in gen1, and special characters in path parameters were correctly...
### Description I fixed the typo.
Unable to pass parameterized config value to functions.storage.bucket(<param>).object().onFinalize
### Related issues ### [REQUIRED] Version info node: v16.19.1 firebase-functions: 4.4.0 firebase-tools: 12.3.0 firebase-admin: 11.9.0 ### [REQUIRED] Test case create an .env file with these contents: `DEFAULT_STORAGEBUCKET=img.mydomain.com` Then create an...
GCIP now supports a new event type that triggers before emails are sent using Identity Platform. This PR adds a new trigger to respond to the `beforeSendEmail` event type. Based...
### Related issues #1217 and #1366 that were closed without proper resolution. I'm reopening a new issue as asked by @taeold in https://github.com/firebase/firebase-functions/issues/1366#issuecomment-1505618305 ### [REQUIRED] Version info **node:** 18.13.0 **firebase-functions:**...