ember-cli-deploy-firebase-app

1.0.1 • Public • Published

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:

Option Default required Notes
project firebase.projectId required If not specified will default to reading ENV.firebase.projectId in config/environment.js
token firebase.deployToken required If not specified will default to reading ENV.firebase.deployToken in config/environment.js
public build.outputPath optional will default to use the build.outputPath in ember-cli-deploy pipeline. This shouldn't need to be changed.
message revisionData.revisionKey optional by default, looks for the revision data ember-cli-deploy-revision-data. Or specify your own message.
only NA optional equivalent to firebase deploy --only param
except nA optional equivalent to only but reversed outcome

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0
  • 0.1.1
    0

Package Sidebar

Install

npm i ember-cli-deploy-firebase-app

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

7.15 kB

Total Files

5

Last publish

Collaborators

  • conormag