@react-native-firebase/app 17.4.1 → 17.4.3
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
|
+
### [17.4.3](https://github.com/invertase/react-native-firebase/compare/v17.4.2...v17.4.3) (2023-04-26)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **expo:** update dependencies of config plugins ([3e81143](https://github.com/invertase/react-native-firebase/commit/3e81143e67028f70c20530b8e1083b2a904f96f4))
|
11
|
+
|
12
|
+
### [17.4.2](https://github.com/invertase/react-native-firebase/compare/v17.4.1...v17.4.2) (2023-04-05)
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
- **android, auth:** phone auth supports Play Integrity now ([59b0238](https://github.com/invertase/react-native-firebase/commit/59b02382492ee568fc9d4bed933ae1cf8d7efdfb))
|
17
|
+
|
6
18
|
### [17.4.1](https://github.com/invertase/react-native-firebase/compare/v17.4.0...v17.4.1) (2023-04-01)
|
7
19
|
|
8
20
|
### Bug Fixes
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '17.4.
|
2
|
+
module.exports = '17.4.3';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "17.4.
|
3
|
+
"version": "17.4.3",
|
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",
|
@@ -52,14 +52,22 @@
|
|
52
52
|
"crashlytics"
|
53
53
|
],
|
54
54
|
"peerDependencies": {
|
55
|
+
"expo": ">=47.0.0",
|
55
56
|
"react": "*",
|
56
57
|
"react-native": "*"
|
57
58
|
},
|
58
59
|
"dependencies": {
|
59
|
-
"@expo/config-plugins": "^5.0.4",
|
60
60
|
"opencollective-postinstall": "^2.0.1",
|
61
61
|
"superstruct": "^0.6.2"
|
62
62
|
},
|
63
|
+
"devDependencies": {
|
64
|
+
"expo": "^47.0.0"
|
65
|
+
},
|
66
|
+
"peerDependenciesMeta": {
|
67
|
+
"expo": {
|
68
|
+
"optional": true
|
69
|
+
}
|
70
|
+
},
|
63
71
|
"publishConfig": {
|
64
72
|
"access": "public"
|
65
73
|
},
|
@@ -73,12 +81,12 @@
|
|
73
81
|
"minSdk": 19,
|
74
82
|
"targetSdk": 33,
|
75
83
|
"compileSdk": 33,
|
76
|
-
"firebase": "31.
|
84
|
+
"firebase": "31.4.0",
|
77
85
|
"firebaseCrashlyticsGradle": "2.9.2",
|
78
86
|
"firebasePerfGradle": "1.4.2",
|
79
87
|
"gmsGoogleServicesGradle": "4.3.15",
|
80
88
|
"playServicesAuth": "20.3.0"
|
81
89
|
}
|
82
90
|
},
|
83
|
-
"gitHead": "
|
91
|
+
"gitHead": "3c47228dcb65ee6f9ac71f30c4dffbe4cf088d2a"
|
84
92
|
}
|