File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ project.ext {
290
290
// Overriding Library SDK Versions
291
291
firebase: [
292
292
// Override Firebase SDK Version
293
- bom : "33.4.0 "
293
+ bom : "33.5.1 "
294
294
],
295
295
],
296
296
])
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305
305
306
306
``` ruby
307
307
# Override Firebase SDK Version
308
- $FirebaseSDKVersion = ' 11.4.0 '
308
+ $FirebaseSDKVersion = ' 11.4.2 '
309
309
```
310
310
311
311
Once changed, reinstall your projects pods via pod install and rebuild your project with ` npx react-native run-ios ` .
Original file line number Diff line number Diff line change 74
74
},
75
75
"sdkVersions" : {
76
76
"ios" : {
77
- "firebase" : " 11.4.0 " ,
77
+ "firebase" : " 11.4.2 " ,
78
78
"iosTarget" : " 13.0" ,
79
79
"macosTarget" : " 10.15"
80
80
},
81
81
"android" : {
82
82
"minSdk" : 21 ,
83
83
"targetSdk" : 34 ,
84
84
"compileSdk" : 34 ,
85
- "firebase" : " 33.4.0 " ,
85
+ "firebase" : " 33.5.1 " ,
86
86
"firebaseCrashlyticsGradle" : " 3.0.2" ,
87
87
"firebasePerfGradle" : " 1.4.2" ,
88
88
"gmsGoogleServicesGradle" : " 4.4.2" ,
You can’t perform that action at this time.
0 commit comments