2.0.0-beta.2 (2016-06-22)
- auth: check for null user before attempting to transform (981f0f5), closes #251
- auth: correctly emit anonymous auth state (51c8caa)
- auth: make sure onAuth runs in Angular zone (d9a6ae7), closes #231
- build: downgrade to stable TS version to fix d.ts (664a156), closes #250
This release updates AngularFire to the Firebase 3 SDK. There are a few breaking changes, most notably in how apps are configured, and how third-party oauth tokens are handled.
- Upgrade to the Firebase 3.0+ SDK, versions less than 3.0 are not supported. abe11a2
defaultFirebase
takes in a configuration object rather than a database url string. See docs for more info.- Access tokens for third party auth (github, google, facebook, twitter) are not persisted after refresh.
- FirebaseListFactory: prevent first item being duplicated when it Commit
- Many Developer guides added! First Guide Commit
- Web Worker support has been temporarily removed due to Angular 2 RC.0 not yet supporting Web Workers