-
Notifications
You must be signed in to change notification settings - Fork 13
Firebase 3.0 SDK #11
Copy link
Copy link
Open
Description
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',
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels