File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ project.ext {
316
316
// Overriding Library SDK Versions
317
317
firebase: [
318
318
// Override Firebase SDK Version
319
- bom : "33.5.1 "
319
+ bom : "33.7.0 "
320
320
],
321
321
],
322
322
])
@@ -331,7 +331,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
331
331
332
332
``` ruby
333
333
# Override Firebase SDK Version
334
- $FirebaseSDKVersion = ' 11.5 .0'
334
+ $FirebaseSDKVersion = ' 11.7 .0'
335
335
```
336
336
337
337
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 73
73
},
74
74
"sdkVersions" : {
75
75
"ios" : {
76
- "firebase" : " 11.5 .0" ,
76
+ "firebase" : " 11.7 .0" ,
77
77
"iosTarget" : " 13.0" ,
78
78
"macosTarget" : " 10.15" ,
79
79
"tvosTarget" : " 13.0"
82
82
"minSdk" : 21 ,
83
83
"targetSdk" : 34 ,
84
84
"compileSdk" : 34 ,
85
- "firebase" : " 33.5.1 " ,
85
+ "firebase" : " 33.7.0 " ,
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