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 - See the [migration guide](https://github.com/firebase/angularfire/blob/master/docs/migration/1XX-to-2XX.md) for detailed instructions on how to upgrade.
2
+
feature - Upgraded the `firebase` dependency to `3.x.x`. AngularFire will no longer work with Firebase `2.x.x`.
3
+
changed - `angular` and `firebase` are now listed as peer dependencies in the `package.json`.
4
+
changed - Several auth methods have been renamed and have had their method signatures changed. See the [migration guide](https://github.com/firebase/angularfire/blob/master/docs/migration/1XX-to-2XX.md) for the full details.
5
+
changed - The auth payload returned from the authentication methods has changed format. See the new [authentication documentation](https://firebase.google.com/docs/auth/) for details.
Several authentication methods have been renamed and / or have different method signatures:
25
28
26
29
| Old Method | New Method | Notes |
27
30
|------------|------------|------------------|
@@ -30,16 +33,16 @@ Several authentication methods have been renamed and / or have different return
30
33
|`$authWithOAuthPopup(provider[, options])`|`$signInWithPopup(provider)`|`options` can be provided by passing a configured `firebase.database.AuthProvider` instead of a `provider` string |
31
34
|`$authWithOAuthRedirect(provider[, options])`|`$signInWithRedirect(provider)`|`options` can be provided by passing a configured `firebase.database.AuthProvider` instead of a `provider` string |
0 commit comments