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
This addon that adds emberFire to the generated Ember CLI output (in vendor.js).
- From within your Ember CLI application (must be > 0.0.34), run the following:
npm install --save-dev ember-cli-emberfire- That's it you should now be able to use
DS.FirebaseAdapterin your app :)
- This repo lists
emberFireas a bower dependency - It runs
bower installas thenpm postinstallscript - it exports a tree containing both the
firebaseandemberFirelibraries