@react-native-firebase/app 19.3.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,39 @@
|
|
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
|
+
## [20.1.0](https://github.com/invertase/react-native-firebase/compare/v20.0.0...v20.1.0) (2024-06-04)
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
- **app:** ios sdk 10.27.0 / android sdk 33.1.0 ([b6158d6](https://github.com/invertase/react-native-firebase/commit/b6158d6ff355ea9156b6f3c3b062c74aaf0d240e))
|
11
|
+
|
12
|
+
## [20.0.0](https://github.com/invertase/react-native-firebase/compare/v19.3.0...v20.0.0) (2024-05-20)
|
13
|
+
|
14
|
+
### ⚠ BREAKING CHANGES
|
15
|
+
|
16
|
+
- **app, android:** - requires minSdk 21+ in general, 23+ for auth module
|
17
|
+
|
18
|
+
* requires compileSdk 34+
|
19
|
+
* app-distribution gradle plugin requires
|
20
|
+
- gradle 7.3+
|
21
|
+
- android gradle plugin 7+
|
22
|
+
- google services plugin 4.3.2+
|
23
|
+
* crashlytics plugin requires
|
24
|
+
- gradle 8+
|
25
|
+
- android gradle plugin 8.1+
|
26
|
+
- google services plugin 4.4.1+
|
27
|
+
|
28
|
+
- **app, ios:** firebase-ios-sdk 10.25.0 requires minimum Xcode 15.2+
|
29
|
+
|
30
|
+
This transitively requires macOS Ventura 13.5+ - for old hardware
|
31
|
+
you may investigate OCLP (OpenCore Legacy Patcher) to update macOS
|
32
|
+
to current versions and access newer Xcode versions
|
33
|
+
|
34
|
+
### Features
|
35
|
+
|
36
|
+
- **app, android:** android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth) ([f29fecb](https://github.com/invertase/react-native-firebase/commit/f29fecbe72c27e60f8fec1cee6fa879b788d27b3))
|
37
|
+
- **app, ios:** adopt firebase-ios-sdk 10.25.0 requires Xcode 15.2+ ([73f3c23](https://github.com/invertase/react-native-firebase/commit/73f3c2397d2f56ed5a139d2a8b8a13930c86aabc))
|
38
|
+
|
6
39
|
## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20)
|
7
40
|
|
8
41
|
### Bug Fixes
|
package/android/build.gradle
CHANGED
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '
|
2
|
+
module.exports = '20.1.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "
|
3
|
+
"version": "20.1.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",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"superstruct": "^0.6.2"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"expo": "^50.0.
|
64
|
+
"expo": "^50.0.18"
|
65
65
|
},
|
66
66
|
"peerDependenciesMeta": {
|
67
67
|
"expo": {
|
@@ -73,20 +73,20 @@
|
|
73
73
|
},
|
74
74
|
"sdkVersions": {
|
75
75
|
"ios": {
|
76
|
-
"firebase": "10.
|
76
|
+
"firebase": "10.27.0",
|
77
77
|
"iosTarget": "11.0",
|
78
78
|
"macosTarget": "10.13"
|
79
79
|
},
|
80
80
|
"android": {
|
81
|
-
"minSdk":
|
82
|
-
"targetSdk":
|
83
|
-
"compileSdk":
|
84
|
-
"firebase": "
|
85
|
-
"firebaseCrashlyticsGradle": "
|
81
|
+
"minSdk": 21,
|
82
|
+
"targetSdk": 34,
|
83
|
+
"compileSdk": 34,
|
84
|
+
"firebase": "33.1.0",
|
85
|
+
"firebaseCrashlyticsGradle": "3.0.0",
|
86
86
|
"firebasePerfGradle": "1.4.2",
|
87
|
-
"gmsGoogleServicesGradle": "4.4.
|
88
|
-
"playServicesAuth": "21.
|
87
|
+
"gmsGoogleServicesGradle": "4.4.2",
|
88
|
+
"playServicesAuth": "21.1.1"
|
89
89
|
}
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "99819b9cef23ac46080cbffe50cc85083305d04c"
|
92
92
|
}
|