1.5.1 • Published 10 months ago

@nxextensions/firebase v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

NPM License NPM Version

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"
      }
    }
  ]
}
1.5.1

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.3.0

10 months ago

1.0.0

11 months ago