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.
removed - `$firebase` has been removed; see the migration guide for alternatives.
7
7
removed - `$inst()` was removed; use `$ref()` to get to the underlying Firebase reference.
8
8
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.
9
+
removed - The previously deprecated `$sendPasswordResetEmail()` method has been removed; use the equivalent `$resetPassword()` method instead.
9
10
changed - `$asArray()` has been replaced by calling the `$firebaseArray` service directly.
10
11
changed - `$asObject()` has been replaced by calling the `$firebaseObject` service directly.
11
12
changed - `$FirebaseArray` renamed to $firebaseArray`.
0 commit comments