Ryan Brown
Ryan Brown
+1 @bkendall Confirm having the same issue since updating to latest `firebase-tools` Interestingly, it is only happening on one of our httpsCallable functions. There is not much difference in that...
### [REQUIRED] Environment info **firebase-tools: 11.14.1** **Platform: macOS** ### [REQUIRED] Test case ```javascript // functions/myFunc.ts export default functions.https.onCall(async () => {return Promise.resolve(true)}); // functions/index.ts import myFunc from './myFunc'; export {myFunc};...
@bkendall After some more exploration, this seems to occur when more than one emulated functions is firing at/around the same time. If I wait a few seconds and try again...
Bump! We'd like to see this too. @rjherrera did you ever find an elegant solution?
@rjherrera Nice! Thanks for the reply!