GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-python

Firebase Functions Support

未關閉
#267 1 則留言 0 個 reaction 已指派 1 人 已被 @janell-chen 認領 在 GitHub 檢視
enhancement P3 question
主要語言
Python
星號
968
分支
128
PR 合併指標
30 天內沒有已合併 PR

描述

Hello,

I wish to use firebase for my functions deployment. I can currently run the functions, without functions_framework, with

`firebase emulators:start`

This works fine but I cannot use this for local debugging (say I'm in VSCode).
I can try;
`firebase emulators:start --inspect-functions` but unfortunately I get an error
`--inspect-functions only supported for Node.js runtimes.`
My next option is to use functions_framework for local debugging. This is great, but it seems it will only work with a single function (which is incomplete for development needs), unless I install minicube or some other product. However, this is out of sync with my firebase functions, which do not use minicube.

My question is, is there a way to run _multiple_ functions for firebase functions that I can debug, using functions_framework?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。