simondotm / nx-firebase

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

Make initial application generator use `firebase.json` #10

Closed simondotm closed 1 year ago

simondotm commented 3 years ago

Its not obvious that the empty firebase.json config is just a dummy file to keep the Firebase CLI from moaning. Perhaps a better solution is for the nxfirebase app generator to create firebase.json for the first firebase application in the workspace, since its more intuitive this way. Any subsequent nxfirebase app generators should then generate the named firebase.appname.json configs. Users can rename the original firebase.json if they like.

simondotm commented 1 year ago

Implemented in #59