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 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..
"script-manager" (the above mentioned use of tsconfig-paths_
"angular" which is our front end code
"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?
The text was updated successfully, but these errors were encountered:
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..
because every "project" has three subprojects
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?
The text was updated successfully, but these errors were encountered: