Will this work with the new Firebase 3.0 SDK?
The current instructions show this:
firebase: 'https://<firebase-name>.firebaseio.com/'
However EmberFire has changed to this:
// 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',
}
Will this work with the new Firebase 3.0 SDK?
The current instructions show this:
firebase: 'https://<firebase-name>.firebaseio.com/'However EmberFire has changed to this: