@rxap/plugin-firebase
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

@rxap/plugin-firebase

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

A Nx/Ng plugin for configuring and building firebase features

Installation

ng add @rxap/plugin-firebase

Setup the package @rxap/plugin-firebase-functions for the workspace.

Schematics

ng-add

Setup the package @rxap/plugin-firebase-functions for the workspace.

ng g @rxap/plugin-firebase:ng-add
Option Type Default Description
init boolean true Whether to initialize the firebase related projects and configurations
functions boolean false Whether the functions project should be created

init-functions

Creates the firebase functions project

ng g @rxap/plugin-firebase:init-functions
Option Type Default Description
name string functions The name of the functions project

config-functions

Configurate the functions project.

ng g @rxap/plugin-firebase:config-functions
Option Type Default Description
project string functions The name of the functions project
initial boolean false
Required
project

Package Sidebar

Install

npm i @rxap/plugin-firebase

Weekly Downloads

15

Version

15.0.0

License

GPL-3.0

Unpacked Size

70.6 kB

Total Files

33

Last publish

Collaborators

  • badry.muenker
  • mmuenker