1.0.1 • Published 5 years ago

ember-cli-deploy-firebase-app v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ember-cli-deploy-firebase-app

ember-cli-deploy plugin for deplying an Ember app to firebase.

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install ember-cli-deploy-firebase-app

Usage

Specify your options in config/deploy.js

  ENV['firebase-app'] = {
    project: 'firebaseProjectId',
    token: process.env.FIREBASE_TOKEN,
  };

Options are:

OptionDefaultrequiredNotes
projectfirebase.projectIdrequiredIf not specified will default to reading ENV.firebase.projectId in config/environment.js
tokenfirebase.deployTokenrequiredIf not specified will default to reading ENV.firebase.deployToken in config/environment.js
publicbuild.outputPathoptionalwill default to use the build.outputPath in ember-cli-deploy pipeline. This shouldn't need to be changed.
messagerevisionData.revisionKeyoptionalby default, looks for the revision data ember-cli-deploy-revision-data. Or specify your own message.
onlyNAoptionalequivalent to firebase deploy --only param
exceptnAoptionalequivalent to only but reversed outcome

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.