Skip to content

Commit c6c0728

Browse files
committed
Major version: 14.0.0
BREAKING CHANGES - see CHANGELOG.md for details
1 parent f84fe16 commit c6c0728

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
# Version 13.0.1
236
* (iOS) Fix `onTokenRefresh` to return FCM token (not installation auth token).
337
* Resolves [#637](https://github.com/dpa99c/cordova-plugin-firebasex/issues/637)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-firebasex",
3-
"version": "13.0.1",
3+
"version": "14.0.0",
44
"description": "Cordova plugin for Google Firebase",
55
"types": "./types/index.d.ts",
66
"author": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="cordova-plugin-firebasex" version="13.0.1"
2+
<plugin id="cordova-plugin-firebasex" version="14.0.0"
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android">
55
<name>Google Firebase Plugin</name>

0 commit comments

Comments
 (0)