GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-python

Firebase Functions Support

オープン
#267 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。