Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 915 Bytes

This addon is Deprecated

You can now use emberfire directly with ember cli without the need for this addon.
See https://github.com/firebase/emberfire#installing-emberfire-with-the-ember-cli


ember-cli-emberfire

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

Installation / Usage

  1. From within your Ember CLI application (must be > 0.0.34), run the following:
npm install --save-dev ember-cli-emberfire
  1. That's it you should now be able to use DS.FirebaseAdapter in your app :)

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

Feedback and PRs welcome!