Я пытаюсь отладить настройки (из IDE, как VS Code) для облачных функций Firebase, но не могу развернуть их в эмуляторе.Официальной документации по этому вопросу нет, но я пытаюсь следовать этой статье .
functions deploy helloWorld --trigger-http --timeout 600s helloWorld
Ошибка
Copying file:///tmp/tmp-24906PoEtMKaWT7sM.zip...
Waiting for operation to finish...done.
Deploying function......(node:24946) UnhandledPromiseRejectionWarning: Error: read ECONNRESET
at _errnoException (util.js:1022:11)
at TCP.onread (net.js:628:25)
(node:24946) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:24946) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Мне известно о официальном руководство по локальному развертыванию функции firebase, но я не могу установить точки останова и отладить их.
Есть ли способ настроить отладку?