GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-python

Firebase Functions Support

Aperta
#267 1 commento 0 reazioni 1 assegnatario Rivendicata da @janell-chen Vedi su GitHub
enhancement P3 question
Lingua principale
Python
Stelle
968
Fork
128
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.