Conceptual Understanding #58
Replies: 1 comment 3 replies
-
Hi @AdditionAddict , So this repo was originally created with two motivations:
At the time, there were no Firebase plugins that supported this, so I wrote this plugin. The reason why we copy built libraries at deployment time is because the Firebase SDK used to require all code related to functions deployment to be located/reachable within some single directory that the So yes, your understandings are correct. However, three significant things have happened since this plugin was first created:
Due to changes in my career over the last two years I have had limited time to return to this project, but I have an ongoing side-project that would benefit from 2 and 3 above and my intention is to try and incorporate these approaches in a all-new version of this plugin. As for recommendations for learning materials, I simply used the Nx documentation and similar plugins to figure things out. Best, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm taking a deep dive into this repo creating my own from scratch, getting an understanding of the why behind this repo.
My understanding so far,
firebase.appname.json
as the root in order to access/dist
package.json
that normally gets generated inside the/functions
folder and defines the engine used/dist/apps/appname
folder and including apackage.json
Can I check if this is correct so far and if there's anything to be aware of as I dive deeper?
Additionally. do you have any recommended learning material that helped you create this repo? Especially anything on executors.
Kind regards,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions