simondotm / nx-firebase

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

Serving firebase app does not detect changes to `.secret.local` #162

Open simondotm opened 8 months ago

simondotm commented 8 months ago
  1. Serve the firebase app so that functions are build & watched and emulator is running
  2. Make a change to app/firebase-app/environment/.secret.local and save the file
  3. Observe that esbuild watch does not detect the change and copy the updated .secret.local asset to dist

Workaround is to exit emulator, nx build firebase-app and restart emulator