generator-addon-firebase
v3.0.1
Published
Add Firebase deployment to ngX-Rocket apps
Downloads
6
Maintainers
Readme
:rocket: generator-addon-firebase
Add Firebase deployment to ngX-Rocket apps
This add-on configures Firebase and adds a deploy
script to deploy your application using Firebase hosting.
Requirements
A valid Firebase account is needed to use this add-on. You also have to create a Firebase project to deploy your application.
Installation
Install ngX-Rocket, Firebase CLI and this add-on:
npm install -g generator-ngx-rocket firebase-tools generator-addon-firebase
Usage
Generate a new project and follow instructions:
ngx new
Deploy your app
npm run deploy
See ngX-Rocket CLI for more information.