@react-native-firebase/app 17.4.3 → 18.0.0
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,32 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
|
7
|
+
|
8
|
+
### ⚠ BREAKING CHANGES
|
9
|
+
|
10
|
+
- **app, sdk:** this version of the underlying firebase-ios-sdk has
|
11
|
+
a minimum Xcode requirement of 14.1 which transitively implies a macOS
|
12
|
+
minimum version of 12.5
|
13
|
+
- **app, sdk:** the "safetyNet" provider for App Check has been removed
|
14
|
+
from the underlying firebase-android-sdk and we have removed it here. You
|
15
|
+
should upgrade to the "playIntegrity" provider for App Check
|
16
|
+
- **app, sdks:** firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
|
17
|
+
which transitively requires macOS 12.0+. You must update your CI build environments
|
18
|
+
to meet these minimums as well as your development environments - if you have older
|
19
|
+
hardware that still works but cannot be upgraded normally, you may like:
|
20
|
+
https://dortania.github.io/OpenCore-Legacy-Patcher/
|
21
|
+
|
22
|
+
### Features
|
23
|
+
|
24
|
+
- **app, sdk:** android-sdk v32 - app-check safetyNet provider is removed ([a0e76ec](https://github.com/invertase/react-native-firebase/commit/a0e76ecab65c69a19055a84bc19c069482b1bc88))
|
25
|
+
- **app, sdk:** ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ ([3122918](https://github.com/invertase/react-native-firebase/commit/3122918c19c27696caf51f30caafdcaa76807db8))
|
26
|
+
- **app, sdks:** ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 ([86dc4d5](https://github.com/invertase/react-native-firebase/commit/86dc4d5d08a4cc7c788b057b5411ccdeb413e13e))
|
27
|
+
|
28
|
+
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
|
29
|
+
|
30
|
+
**Note:** Version bump only for package @react-native-firebase/app
|
31
|
+
|
6
32
|
### [17.4.3](https://github.com/invertase/react-native-firebase/compare/v17.4.2...v17.4.3) (2023-04-26)
|
7
33
|
|
8
34
|
### Bug Fixes
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '
|
2
|
+
module.exports = '18.0.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "
|
3
|
+
"version": "18.0.0",
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
5
5
|
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
|
6
6
|
"main": "lib/index.js",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
},
|
74
74
|
"sdkVersions": {
|
75
75
|
"ios": {
|
76
|
-
"firebase": "10.
|
76
|
+
"firebase": "10.10.0",
|
77
77
|
"iosTarget": "11.0",
|
78
78
|
"macosTarget": "10.13"
|
79
79
|
},
|
@@ -81,12 +81,12 @@
|
|
81
81
|
"minSdk": 19,
|
82
82
|
"targetSdk": 33,
|
83
83
|
"compileSdk": 33,
|
84
|
-
"firebase": "
|
84
|
+
"firebase": "32.1.0",
|
85
85
|
"firebaseCrashlyticsGradle": "2.9.2",
|
86
86
|
"firebasePerfGradle": "1.4.2",
|
87
87
|
"gmsGoogleServicesGradle": "4.3.15",
|
88
|
-
"playServicesAuth": "20.
|
88
|
+
"playServicesAuth": "20.5.0"
|
89
89
|
}
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "db49dfeab62fa0c52530ccf2bfdfe9e27947bdbd"
|
92
92
|
}
|