simondotm / nx-firebase

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

feat: Use the custom plugin serve executor #147

Closed simondotm closed 9 months ago

simondotm commented 9 months ago

Since we've made the executor for serving the emulator, we may as well use it by default until the Nx issue gets fixed. (#40)

Also updated the documentation, and added --save-dev to the quick start plugin install instructions (#146 )