Skip to content

byome/emberfire

This branch is 2 commits ahead of, 80 commits behind FirebaseExtended/emberfire:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

790e896 · May 14, 2017
Jul 25, 2016
Apr 26, 2017
Jun 9, 2016
Feb 3, 2017
Mar 24, 2017
Feb 10, 2017
Feb 3, 2017
Mar 24, 2017
Feb 3, 2017
Feb 24, 2015
Oct 12, 2016
Jun 4, 2015
Jun 4, 2015
Oct 12, 2016
Oct 12, 2016
Feb 2, 2017
Feb 25, 2015
Jun 4, 2016
Mar 24, 2017
Jun 4, 2016
Jun 18, 2016
Oct 12, 2016
Apr 26, 2017
Apr 26, 2017
Jun 9, 2016
Jun 9, 2016
Jun 4, 2016
Feb 3, 2017
May 14, 2017
Jun 16, 2016

Repository files navigation

EmberFire Build Status Test Coverage Version Monthly Downloads Ember Observer Score Code Climate

EmberFire is the officially supported adapter for using Firebase with Ember Data.

Join our Firebase Google Group to ask technical questions, share apps you've built, and chat with other developers in the community.

Table of Contents

Getting Started With Firebase

EmberFire requires Firebase in order to authenticate users and sync and store data. Firebase is a suite of integrated products designed to help you develop your app, grow your user base, and earn money. You can sign up here for a free account.

Installation

$ ember install emberfire

Update config/environment.js

// config/environment.js
var ENV = {
  firebase: {
    apiKey: 'xyz',
    authDomain: 'YOUR-FIREBASE-APP.firebaseapp.com',
    databaseURL: 'https://YOUR-FIREBASE-APP.firebaseio.com',
    storageBucket: 'YOUR-FIREBASE-APP.appspot.com',
  }

Get these values from the Firebase Console by clicking the [Add Firebase to your web app] button on the project overview page.

Compatibility

Please consult this table when selecting your version of EmberFire and Firebase SDK:

Ember Data EmberFire Firebase SDK
1.13+ 1.5.x 2.x
2.0 - 2.2 1.6.x 2.x
2.3+ 2.0.x 3.x
canary master 3.x

To install the master branch, use ember install firebase/emberfire#master

Also note that due to the Firebase 3.0 SDK, you cannot run tests with PhantomJS 1.0 or 2.0.

Documentation

Migration Guides

Contributing

If you'd like to contribute to EmberFire, please first read through our contribution guidelines. Local setup instructions are available here.

About

Official Ember Data adapter for Firebase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.8%
  • HTML 3.3%
  • CSS 2.9%