0.0.1 • Published 10 years ago

ember-cli-emberfire v0.0.1

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

ember-cli-emberfire

This addon that adds emberFire to the generated Ember CLI output (in vendor.js).

Installation / Usage

From within your Ember CLI application (must be > 0.0.34), run the following:

npm install --save-dev ember-cli-emberfire

References

How this works

  1. This repo lists emberFire as a bower dependency
  2. It runs bower install as the npm postinstall script
  3. it exports a tree containing both the firebase and emberFire libraries