|
| 1 | +# Version 14.0.0 |
| 2 | +* (iOS) chore: Minor version update to Firebase iOS SDK to latest ([Version 8.11.0 - January 18, 2022](https://firebase.google.com/support/release-notes/ios#version_8110_-_january_18_2022)) |
| 3 | + * BREAKING CHANGE: Requires Cocoapods v1.11.2+ |
| 4 | +* (Android) chore: Update pinned Firebase Android SDK dependencies to latest ((January 25, 2022)[https://developers.google.com/android/guides/releases#january_25_2022]) |
| 5 | +* (iOS) bugfix: Update to GoogleSignIn v6 and update plugin for breaking API changes. |
| 6 | + * Resolves [#678](https://github.com/dpa99c/cordova-plugin-firebasex/issues/678) |
| 7 | +* (Android) bugfix: Fix an error getting the providerId that could cause `getCurrentUser()` to fail. |
| 8 | + * Merged from PR [#706](https://github.com/dpa99c/cordova-plugin-firebasex/pull/706) |
| 9 | +* (iOS & Android) feat: Include actionCodeSettings in the `sendUserEmailVerification()` function |
| 10 | +* (iOS) feat: Implement authorization request for critical alerts |
| 11 | + * Merged from PR [#693](https://github.com/dpa99c/cordova-plugin-firebasex/pull/693) |
| 12 | + * Resolves [#572](https://github.com/dpa99c/cordova-plugin-firebasex/issues/572) |
| 13 | +* (Types) bugfix: Fix return type for `didCrashOnPreviousExecution` |
| 14 | + * Merged from PR [#692](https://github.com/dpa99c/cordova-plugin-firebasex/pull/692) |
| 15 | +* (Android) bugfix: Use OAuthProvider when available during `linkUserWithCredential()` |
| 16 | + * Merged from PR [#687](https://github.com/dpa99c/cordova-plugin-firebasex/pull/687) |
| 17 | +* (Types) bugfix: Add missing type for `authenticateUserWithEmailAndPassword()` |
| 18 | + * Merged from PR [#686](https://github.com/dpa99c/cordova-plugin-firebasex/pull/686) |
| 19 | +* (iOS & Android) feat: Support Firebase Authentication emulator |
| 20 | + * Merged from PR [#685](https://github.com/dpa99c/cordova-plugin-firebasex/pull/685) |
| 21 | +* (Android) feat: Support html attributes in body notifications |
| 22 | + * Merged from PR [#668](https://github.com/dpa99c/cordova-plugin-firebasex/pull/668) |
| 23 | +* (Android) feat: Improved notification image support |
| 24 | + * Merged from PR [#667](https://github.com/dpa99c/cordova-plugin-firebasex/pull/667) |
| 25 | +* (Doc) bugfix: Fix `setUserProperty` parameters in `README.md` |
| 26 | + * Merged from PR [#638](https://github.com/dpa99c/cordova-plugin-firebasex/pull/638) |
| 27 | +* (Android) bugfix: Specify version of GRPC OKHTTP and enable version override via plugin variable and bump Android Gradle build tool versions. |
| 28 | + * Based on PR [#696](https://github.com/dpa99c/cordova-plugin-firebasex/pull/696) |
| 29 | + * Resolves [#695](https://github.com/dpa99c/cordova-plugin-firebasex/issues/695) |
| 30 | +* (Android) bugfix: add `android:exported` element |
| 31 | + * Merged from PR [#702](https://github.com/dpa99c/cordova-plugin-firebasex/pull/702) |
| 32 | +* (iOS) bugfix: Return user's full name if present in Apple sign in response. |
| 33 | + * Resolves [#479](https://github.com/dpa99c/cordova-plugin-firebasex/issues/479) |
| 34 | + |
1 | 35 | # Version 13.0.1
|
2 | 36 | * (iOS) Fix `onTokenRefresh` to return FCM token (not installation auth token).
|
3 | 37 | * Resolves [#637](https://github.com/dpa99c/cordova-plugin-firebasex/issues/637)
|
|
0 commit comments