Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions: Does anyone use this with firebase? Canʻt seem to find a way to get it to work.. #268

Open
kalani96746 opened this issue May 15, 2024 · 0 comments

Comments

@kalani96746
Copy link

I love this tool..i use it for devops work when using the firebaseadmin sdk to execute things against my firestore database from my computer..running scripts and such to convert data...Iʻm able to pull in domain objects from another related project using it..

    "paths": {
        "*": ["src/*"],
        "@domain/*": [
            "../../angular/src/app/domain/*"
        ],
    },

because every "project" has three subprojects

  1. "script-manager" (the above mentioned use of tsconfig-paths_
  2. "angular" which is our front end code
  3. "firebase" which is our server-side firebase functions code and triggers

All three projects use the same domain files as they represent whats saved to the database as entities. Theyʻre all typescript... I was able to point @Domain to my domains folder in the angular project using this project.

However Iʻve been unable to do this with firebase...
Firebase functions are deployed using a command line tool.

Is there any way to get them working with firebase functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant