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

### Description Fixing a small documentation link error: The old relative link of `/docs/functions/config-env` doesn't work outside of this repo (for example when using this project as a dependency). Also,...

Hello, Not really a bug, it is more an improvement. I search a way to configure a dead letter topic to the subscription that is automatically created when I deploy...

type: feature request
api: pubsub
triaged

As far as interesting PRs go, this ain't it, chief. Though I have to say it's a little surprising that we define channel as a possible field on the base...

### Description Send the port on which the server was opened back to the parent process, if this process was opened with an (node) IPC channel. If no such channel...

### [REQUIRED] Version info **node:** 16.14.2 **firebase-functions:** 4.0.1 **firebase-tools:** 11.15.0 **firebase-admin:** 11.2.0 ### [REQUIRED] Test case ``` export const someFunction = functions.https.onRequest(async (req, res) => { functions.logger.error('Error 1', { foo:...

needs-discussion

Adds the trigger annotation back to the functions sdk

### Related issues ### [REQUIRED] Version info **node:** v18.18.0 **firebase-functions:**: ^4.7.0 **firebase-tools:**: ^12.7.0 **firebase-admin:**: 13.2.1 ### [REQUIRED] Test case ``` const { GoogleGenerativeAI } = require('@google/generative-ai'); const { defineSecret }...

Needs: Author Feedback

### Related issues ### [REQUIRED] Version info **node:** v20.13.1 **firebase-functions:** ^5.0.0 **firebase-tools:** **firebase-admin:** 13.9.0 ### [REQUIRED] Test case Original Stack Overflow question: https://stackoverflow.com/a/78496117/12806961 ### [REQUIRED] Steps to reproduce 1. Create...

Needs: Author Feedback