firebase-functions
firebase-functions copied to clipboard
Firebase SDK for Cloud Functions
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...
### 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...
### [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()...
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...
### 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?...
Since we want `.onCall` functions to be HTTPS-only, we should restrict them via HSTS headers.
### 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...
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);...
### 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 =...