1.5.1 • Published 10 months ago
@nxextensions/firebase v1.5.1
Nx Firebase
A plugin for Nx that auto-detects Firebase in your project and starts the emulators with your app, or deploys your application when ready.
Installation
npm i @nxextensions/firebase --save-dev
or run:
nx add @nxextensions/firebase
to automatically configure and install the plugin.
Configuration
In nx.json
add:
{
"plugins": [
{
"plugin": "@nxextensions/firebase",
"options": {
"serveTargetName": "serve-firebase"
}
}
]
}