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

The bugs reported on console when using cloud scheduler - 1. Process exited with code 16 2. Firestore: Error: 4 DEADLINE_EXCEEDED: Deadline exceeded I am recently experiencing regular errors for...

needs-triage

### Related issues I found the issue for Express framework https://github.com/expressjs/express/issues/3958 and looks it was fixed there. ### [REQUIRED] Version info node: v10.16.3 **firebase-tools:** 8.0.0. ### [REQUIRED] Test case export...

api: http

### [REQUIRED] Version info **node: 14.17.2** **firebase-functions: 3.15.7** **firebase-tools: 9.20.0** **firebase-admin: 9.12.0** ### [REQUIRED] Test case ```js const functions = require("firebase-functions") module.exports.testFunc = functions.https.onCall((data, req) => ({ d: new Date()...

type: feature request
triaged

Swaps `Runnable` for `Runnable` to preserve inferred types when using the `Runnable` interface (or it's derivative `CloudFunction`). This helps with writing tests that call functions, because their return type will...

cla: yes

### Description Working on the [Firebase Adapter](https://github.com/jthegedus/svelte-adapter-firebase) for [SvelteKit](kit.svelte.dev) I discovered the type here is different from that in the Functions Framework which I believe is an upstream of this?...

cla: yes

Since we want `.onCall` functions to be HTTPS-only, we should restrict them via HSTS headers.

type: feature request
triaged

### Related issues ### [REQUIRED] Version info **node:** 16.5 **firebase-functions:** 3.14.1 **firebase-tools:** 9.16.0 **firebase-admin:** 9.11.0 ### [REQUIRED] Test case The issue/question is generic in nature, but steps to reproduce are...

type: feature request

I wonder if you could consider reducing the severity of the 'Callable request verification passed' log message from INFO to DEBUG in file: ``` 581: logger.info('Callable request verification passed', logPayload);...

type: feature request

### Version info **node** v10.16.0 **firebase-functions:** ^3.3.0 **firebase-tools:** 7.8.1 **express** ^4.17.1 ### Test case ``` import * as functions from 'firebase-functions'; import * as express from 'express'; const app =...

api: http
needs-discussion