You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple node script calling a cloud function (handled by the functions emulator) doesn't terminate, even though I deleted the relevant app. If I remove the function call (line labelled (*)) and the call to deleteApp (line labelled (**)), then the script terminates normally.
Steps to reproduce:
Run the script below. "Done!" is logged too the console, but the process doesn't terminate.
Hi @mgreenbe, I wasn't able to replicate the issue. The function execution was finished successfully. If you're trying to create a function that will return a promise or return the helloWorld value as a promise, then try to use the code snippets below:
Hey @mgreenbe. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
A simple node script calling a cloud function (handled by the functions emulator) doesn't terminate, even though I deleted the relevant app. If I remove the function call (line labelled
(*)
) and the call todeleteApp
(line labelled(**)
), then the script terminates normally.Steps to reproduce:
Run the script below. "Done!" is logged too the console, but the process doesn't terminate.
Relevant Code:
The text was updated successfully, but these errors were encountered: