You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
@exaby73 i am swamped with work but you could just create 2 typescript projects in folder and add a reference from one to the other you can also us Paths to simplify imports as well
Related issues
[REQUIRED] Version info
node:
v20.14.0
firebase-functions:
firebase-tools:
13.14.2
firebase-admin:
12.1.0
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
Run
firebase deploy --only functions:anyFunction
[REQUIRED] Expected behavior
Deploys a function
[REQUIRED] Actual behavior
code: 'MODULE_NOT_FOUND',
Were you able to successfully deploy your functions?
Error: Cannot find module 'mysharedmodule/models'
If needed i can append ts configs as well but it should be easy to test just create a project reference
https://www.typescriptlang.org/docs/handbook/project-references.html
The text was updated successfully, but these errors were encountered: