generator-addon-firebase

Add Firebase deployment to ngX-Rocket apps

Usage no npm install needed!

<script type="module">
  import generatorAddonFirebase from 'https://cdn.skypack.dev/generator-addon-firebase';
</script>

README

:rocket: generator-addon-firebase

NPM version Build status Node version XO code style License

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

  1. Generate a new project and follow instructions:

    ngx new
    
  2. Deploy your app

    npm run deploy
    

See ngX-Rocket CLI for more information.

License

MIT