firebase: Ember.inject.service(),
const ref = this.get('firebase');ref.changeEmail({});
firebaseApp: Ember.inject.service(),
const ref = this.get('firebaseApp').auth();ref.sendPasswordResetEmail(email).then(() => {});