Daniel Lee
Daniel Lee
Hey @kbi-daniel! The ScheduleOptions extends the base [GlobalOptions](https://firebase.google.com/docs/functions/beta/reference/firebase-functions.globaloptions.md#globaloptions_interface), so options like timeout and memory should be available. Eg. ```js exports.v2schedule = onSchedule( { // ScheduleOptions schedule: "every 2 minutes", maxBackoffSeconds:...
Hi @ghost-bullet. I'm unable to reproduce the issue with the following code ``` const crypto = require('crypto'); const functions = require("firebase-functions"); const handleAnalyticsEvent = async (event) => { console.log(event.params); };...
This was fixed in Firebase Functions v4.0.0
Looks like there was incompatibility with old version of the SDK with Node types. If anyone is having similar issue, please open up a new issue instead.
Update from the future - I think this is an interesting enhancement, but not worth tackling atm. Closing the issue to declutter our backlog.
Is it possible that the function is running beyond 540second limit you specified? Other than this wild guess, I don't think I have enough information to help - can you...
Functions Health tab no longer exists :(. Marking the issue as obsolete.
Do you mind trying out our new Next.js integration to see if you can get around the cors issue? https://firebase.google.com/docs/hosting/nextjs
Hi folks. If you are seeing similar issue, please feel free to file a new issue. Would appreciate if you can include reproduction steps or firebase debug logs along with...
Hi folks. I believe the issue raised in the original thread where failure to load the function crashes the parent emulator process is now fixed. I see some tangential concerns,...