// adapters/application.js // this is the ember data connection to Firebase import DS from 'ember-data'; export default DS.FirebaseAdapter.extend({ firebase: new window.Firebase('https://<< INSERT YOUR FIREBASE CONNECTION HERE >>firebaseio.com') });