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

tikotzky/ember-cli-emberfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Include emberfire into an ember-cli application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published