Releases: FirebaseExtended/emberfire
Releases · FirebaseExtended/emberfire
v2.0.6
v2.0.5
v2.0.4
- Emberfire now works with Ember FastBoot for unauthenticated read and write operations.
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- EmberFire is updated to use the 3.0 Firebase SDK and will only be compatible with projects migrated to the new console.firebase.google.com. Please update your config/environment.js to use the new
firebase.initializeApp
configuration object. keyForRelationship
now works for embedded records.
v1.6.6
- EmberFire now respects the serializer's
keyForRelationship
method.
v1.6.5
- Model relationships are now saved after the model. This will allow better interop with security and validation rules.
- Exposed
replaceAppRef
,stubFirebase
andcreateOfflineRef
to help test your EmberFire app.
v1.6.4
- During acceptance testing, EmberFire now correctly waits for model fetching and querying.
store.query
now correctly handlesequalTo
,startAt
,endAt
values offalse
.- Removed
peerDependency
so that emberfire can be installed with beta versions ofember-cli
usingember install
.