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 - AngularFire support for Simple Login has been removed in favor of the new authentication methods introduced in Firebase 1.1.0.
2
+
feature - Upgraded Firebase dependency to 2.0.x.
3
+
feature - Added `$waitForAuth()` and `$requireAuth()` methods to easily retrieve and require authentication state in Angular routers.
4
+
feature - Added `$remove()` method to `$FirebaseObject` to remove an entire object from Firebase.
5
+
feature - Simplified the code required to extend the `$FirebaseArray` and `$FirebaseObject` factories.
6
+
feature - Added automatic session persistence for all authentication methods.
7
+
feature - Added a standardized `authData` returned for all authentication providers.
8
+
changed - The `$firebaseSimpleLogin` service has been replaced with `$firebaseAuth`, which supports the new Firebase authentication methods introduced in Firebase 1.1.0.
9
+
changed - `$login()` has been replaced with the functionally equivalent `$authWith*()` methods.
10
+
changed - `$logout()` has been renamed to `$unauth()`.
11
+
changed - The API for the user management methods have changed slightly.
12
+
removed - The `user` property has been removed from the authentication service. You can now use `$getAuth()` to synchronously retrieve a client's authentication state.
0 commit comments