simondotm / nx-firebase

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

appname:emulate not working #54

Closed victorrik closed 1 year ago

victorrik commented 2 years ago

I like this library and I really plan to use it for future projects, but now I have a problem with the commands.

nx emulate and nx build Every time I try to use it I get Screen Shot 2022-06-27 at 14 02 28

Screen Shot 2022-06-27 at 14 10 02

and then, I decided to change the json and only leave the emulators that I want to use and also remove the other commands and it works, but I get that the functions are not loaded

Screen Shot 2022-06-27 at 14 03 14

Screen Shot 2022-06-27 at 14 03 59

and I don't know if in some step I skip any usage requirement because I still tried

simondotm commented 1 year ago

Closing this due to age, and also that with v2 the emulate target is not for direct use, use serve instead.