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.FirebaseAdapter
in your app :)
- This repo lists
emberFire
as a bower dependency - It runs
bower install
as thenpm postinstall
script - it exports a tree containing both the
firebase
andemberFire
libraries