simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Use firebase SDK template in the init generator #213

Closed simondotm closed 2 months ago

simondotm commented 3 months ago

Now that we have the firebase dependencies in the workspace packages.json AND we have dependabot updating them for us, we may as well copy the index.ts template from the firebase-tools sdk in node_modules as part of the postinstall step.

Less maintenance.

simondotm commented 3 months ago

Newer versions of the plugin could also helpfully notify plugin users if their workspace firebase deps are not the latest.