@react-native-firebase/app 21.4.0 → 21.4.1
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,16 @@
|
|
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
|
+
## [21.4.1](https://github.com/invertase/react-native-firebase/compare/v21.4.0...v21.4.1) (2024-11-13)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **app, ios:** adopt firebase-ios-sdk 11.5.0 ([c387357](https://github.com/invertase/react-native-firebase/commit/c387357ac8be7a2186aa1872a3d41e370d4ce5e3))
|
11
|
+
|
12
|
+
### Reverts
|
13
|
+
|
14
|
+
- Revert "fix(ios, sdk): constrain transitive dependencies more tightly" ([1ff247c](https://github.com/invertase/react-native-firebase/commit/1ff247cd73804efbd52eb9490f68087685de814c))
|
15
|
+
|
6
16
|
## [21.4.0](https://github.com/invertase/react-native-firebase/compare/v21.3.0...v21.4.0) (2024-11-07)
|
7
17
|
|
8
18
|
### Features
|
package/RNFBApp.podspec
CHANGED
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# Firebase dependencies
|
36
|
-
s.dependency 'Firebase/CoreOnly',
|
36
|
+
s.dependency 'Firebase/CoreOnly', firebase_sdk_version
|
37
37
|
|
38
38
|
if defined?($RNFirebaseAsStaticFramework)
|
39
39
|
Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '21.4.
|
2
|
+
module.exports = '21.4.1';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "21.4.
|
3
|
+
"version": "21.4.1",
|
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",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
},
|
75
75
|
"sdkVersions": {
|
76
76
|
"ios": {
|
77
|
-
"firebase": "11.
|
77
|
+
"firebase": "11.5.0",
|
78
78
|
"iosTarget": "13.0",
|
79
79
|
"macosTarget": "10.15",
|
80
80
|
"tvosTarget": "13.0"
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"playServicesAuth": "21.2.0"
|
91
91
|
}
|
92
92
|
},
|
93
|
-
"gitHead": "
|
93
|
+
"gitHead": "1c4301c4f57fe6fe8235e73e13a523ad1af156ad"
|
94
94
|
}
|