This repository was archived by the owner on May 19, 2025. It is now read-only.
v1.4.6
- Use
record.ref()to get the Firebase reference for a particular record, including embedded records. - Embedded records, when calling
.save()directly, will no longer write data at the root collection level in the db. - Embedded records, when calling
.destroyRecord()directly, will correctly be removed on the server. - Embedded
belongsTorecords correctly serialize an id. - Embedded records clear their
isDirtyandisNewstate when saving directly or via the parent, fixingrecord.rollback(). - Use
modelNameinstead oftypeKeyto get rid of Ember Databeta.18deprecation warnings.