Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge torii fire #256

Merged
merged 2 commits into from
Jun 29, 2015
Merged

Commits on Jun 29, 2015

  1. Extracts the Firbase instace into a service

    Why:
    
    * We'd like to use the firebase instance in multiple places, rather then
    importing the application adapter, it would be better to have a service
    that provides this.
    
    This Commit:
    
    * Creates a firebased service that provides a global instance of
    Firebase.
    MattMSumner committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    8f622c0 View commit details
    Browse the repository at this point in the history
  2. Add a torii adapter for firebase

    Why:
    
    * It would be great to use firebase authentication more easily.
    
    This Commit:
    
    * Merges the [torii-fire] addon into emberfire
    * This adds a torii adapter for firebase
    
    [torii-fire]: https://github.com/MattMSumner/torii-fire
    MattMSumner committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    f48e52a View commit details
    Browse the repository at this point in the history