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

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

type: feature request
triaged

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

type: feature request
api: http

### [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]},...

documentation

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

documentation

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

type: feature request

### Description I fixed the typo.

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

type: feature request
api: storage
triaged

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

type: feature request
api: functions