Thomas Bouldin
Thomas Bouldin
Removing the functions tag since this is an exception being thrown in the database emulator.
Since the stack trace is in a different language than the functions emulator, I'm pretty sure :wink: Your _use case_ is certainly related to being a functions user, but the...
Is Akka single-threading all responses to the emulator? Since we don't have a Pub/Sub emulator to intermediate RTDB -> GCF emulators, the RTDB may need to handle potentially unbounded queuing,...
Hey all, I used to be the Firebase tech lead for Cloud Functions and this feels like the ECONNRESET errors that plagued GCF 1st gen back in the beginning. Lots...
Sorry for the delay. This is actually handled by a different team and I've notified them. For the future, github.com/firebase/firebase-tools is the repo monitored for web frameworks bugs.
The emulator suite is not part of the firebase-functions SDK. The Firestore team owns the Firestore emulator, not the functions team, so this issue has been unfortunately waiting for the...
This feature has been added in a recent version of `firebase-tools`
This seems related to a new feature released about a week ago. Downgrading the Firebase Functions SDK can give you a workaround. To help me diagnose: 1. Are you actually...
Thanks for your patience. We added a new `onInit` lifecycle callback and internally call `withInit` to wrap your handler with a decorator that ensures the init callback has been called....
@tciuro I can see both sides of this argument. As far back as I can remember (e.g. 2001 ASP pages), major platforms hide internal error details in any production configuration...