diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ed868f..e6aea755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.1.0 + +* Updates from the Firebase `3.8.0` and `3.9.0` in `auth` library: + * `User` + * Deprecated `link` method in favor of `linkWithCredential`. + * Deprecated `reauthenticate` method in favor of `reauthenticateWithCredential`. + * Added new `reauthenticateWithPopup` and `reauthenticateWithRedirect` methods. + * `UserCredential` + * Added new `operationType` property. + * `AuthCredential` + * Deprecated `provider` property in favor of `providerId`. +* The `app.storage()` has now an optional storage bucket parameter. + ## 3.0.2 * Throw `FirebaseClientException` if there are request failures in diff --git a/README.md b/README.md index 06455688..5b5ed706 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You must include the original Firebase JavaScript source into your `.html` file to be able to use the library. ```html - + ``` ### Use it diff --git a/example/auth/index.html b/example/auth/index.html index 565d812b..046caaef 100644 --- a/example/auth/index.html +++ b/example/auth/index.html @@ -25,7 +25,7 @@