How to use workspace venv with monorepo setup for cloud functions for firebase? #8014
Unanswered
debkanchan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an existing project to which I am adding firebase functions. I manage the workspace and deps using uv package manager. There is one .venv at the root.
If I try to run
firebase emulators:start
I get the following error:Here is my directory structure:
the functions are in
./supreme-court/process/main.py
Here's the content of my
firebase.json
Beta Was this translation helpful? Give feedback.
All reactions