Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 842 Bytes

2XX-to-3XX.md

File metadata and controls

42 lines (23 loc) · 842 Bytes

Migrating from EmberFire 2.x.x to 3.x.x

This migration document covers all the major breaking changes mentioned in the EmberFire 3.0.0 change log.

Install the 3.0 version of emberfire:

ember install emberfire@^3.0.0

Browserify

... TODO moving to ember-auto-import

Bower

... TODO dropped

Adapters

... TODO mention adapter moves and Firestore default

Realtime listeners

... TODO mention realtime listener service

Services

... TODO mention change to firebase and firebase-app services

Querying

... TODO mention drop of filter support, need ref factory

Relationships

... TODO cleanup of relationships, dropping embedded ids, etc.

Authentication

... TODO mention addition of ember-simple-auth, dropping of torii session opener