@react-native-firebase/app 16.4.3 → 16.4.5
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@
|
|
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
|
+
### [16.4.5](https://github.com/invertase/react-native-firebase/compare/v16.4.4...v16.4.5) (2022-11-16)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **app, ios:** firebase-ios-sdk 10.2.0 ([443f460](https://github.com/invertase/react-native-firebase/commit/443f460279f6c41ce7aaaeec03a19b14135953eb))
|
11
|
+
|
12
|
+
### [16.4.4](https://github.com/invertase/react-native-firebase/compare/v16.4.3...v16.4.4) (2022-11-14)
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
- **crashlytics, android:** firebase-android-sdk 31.0.3 fixes NDK issue ([0d37632](https://github.com/invertase/react-native-firebase/commit/0d376327c8d843285d4ceec11d4af0bc8c16fe42))
|
17
|
+
|
6
18
|
### [16.4.3](https://github.com/invertase/react-native-firebase/compare/v16.4.2...v16.4.3) (2022-11-06)
|
7
19
|
|
8
20
|
**Note:** Version bump only for package @react-native-firebase/app
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '16.4.
|
2
|
+
module.exports = '16.4.5';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "16.4.
|
3
|
+
"version": "16.4.5",
|
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",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"react-native": "*"
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
|
-
"@expo/config-plugins": "^5.0.
|
59
|
+
"@expo/config-plugins": "^5.0.4",
|
60
60
|
"opencollective-postinstall": "^2.0.1",
|
61
61
|
"superstruct": "^0.6.2"
|
62
62
|
},
|
@@ -65,7 +65,7 @@
|
|
65
65
|
},
|
66
66
|
"sdkVersions": {
|
67
67
|
"ios": {
|
68
|
-
"firebase": "10.
|
68
|
+
"firebase": "10.2.0",
|
69
69
|
"iosTarget": "11.0",
|
70
70
|
"macosTarget": "10.13"
|
71
71
|
},
|
@@ -73,12 +73,12 @@
|
|
73
73
|
"minSdk": 19,
|
74
74
|
"targetSdk": 33,
|
75
75
|
"compileSdk": 33,
|
76
|
-
"firebase": "31.0.
|
76
|
+
"firebase": "31.0.3",
|
77
77
|
"firebaseCrashlyticsGradle": "2.9.2",
|
78
78
|
"firebasePerfGradle": "1.4.2",
|
79
79
|
"gmsGoogleServicesGradle": "4.3.14",
|
80
80
|
"playServicesAuth": "20.3.0"
|
81
81
|
}
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "1dc3b30b6a8d84d9356a090fe9166b38e26735eb"
|
84
84
|
}
|