nx-firebase
nx-firebase copied to clipboard
Firebase plugin for Nx Monorepos
When running the build command through NX when @nrwl/workspace is installed with a version of 13.10.0 or greater, the following error occurs: ```bash assets_1.copyAssetFiles is not a function ``` It...
In recent release of Nx 13.0.1, createProjectGraph() is no longer a public API. As a result the build executor fails for Firebase functions: > nx run functions:build **project_graph_1.createProjectGraph is not...
Not sure if this is a problem on Firebase side or some nx config, but after being able to deploy functions with a shared library I'm now gettings this error...
I have been doing all of my development with a single development Firebase project and am now trying to use multiple Firebase projects. Firebase best practices recommends four types of...
This lib is great! I have created an app named `functions`. nx run functions:build --watch Is building but finishing up without watching. Am I doing something wrong? The `functions:emulate` behaves...
After using `firebase emulators:start` in the terminal and entering `ctrl-c` to end the process, I get lengthy output telling me about the shutdown process: ``` i emulators: Received SIGINT (Ctrl-C)...
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...
Since `.runtimeconfig.json` is added to `.gitignore`, nx does not class it as a dependency, so even though it is listed as an asset for the firebase app, incremental builds will...
It seems like since v0.3.3, nx-firebase now supports nx v13. Could a maintainer please publish this to npm?
Firebase Node 12 support uses `npm ci` rather than `npm install` - which requires a `package-lock.json` which the plugin does not generate. This could be a problem. Need to check....