You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
important - Read carefully! There are several breaking changes in this release.
2
+
important - API is now official! Future 1.x.x versions will remain backwards-compatible with the current API contract.
3
+
important - We have a migration guide here: https://firebase.com/docs/web/libraries/angular/guide/migration-guides.html.
4
+
feature - Upgraded Firebase dependency to 2.2.x.
5
+
feature - Enhanced performance of `$bindTo()` (thanks @jamesstalmage).
6
+
feature - Added support for CommonJS (thanks @bendrucker).
7
+
removed - `$firebase` has been removed; see the migration guide for alternatives.
8
+
removed - `$inst()` was removed; use `$ref()` to get to the underlying Firebase reference.
9
+
removed - The previously deprecated ability to pass in credentials to the user management methods of `$firebaseAuth` as individual arguments has been removed in favor of a single credentials argument.
10
+
removed - The previously deprecated `$sendPasswordResetEmail()` method has been removed; use the equivalent `$resetPassword()` method instead.
11
+
changed - `$asArray()` has been replaced by calling the `$firebaseArray` service directly.
12
+
changed - `$asObject()` has been replaced by calling the `$firebaseObject` service directly.
13
+
changed - `$FirebaseArray` renamed to $firebaseArray`.
14
+
changed - `$FirebaseObject` renamed to `$firebaseObject`.
15
+
changed - `$extendFactory()` has been renamed to `$extend()` and has been simplified; see the migration guide for details.
16
+
changed - A warning message is now displayed when trying to sync to array-like data, since this is error-prone.
17
+
changed - Upgraded Angular dependency to 1.3.x and 1.4.x (Angular 1.2.x should still work but it is no longer officially supported).
18
+
fixed - `$value` is now removed when data changes from a primitive to an object with child keys (thanks @jamesstalmage).
0 commit comments