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 {
316316 // Overriding Library SDK Versions
317317 firebase: [
318318 // Override Firebase SDK Version
319- bom : "33.5.1 "
319+ bom : "33.7.0 "
320320 ],
321321 ],
322322 ])
@@ -331,7 +331,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
331331
332332``` ruby
333333# Override Firebase SDK Version
334- $FirebaseSDKVersion = ' 11.5 .0'
334+ $FirebaseSDKVersion = ' 11.7 .0'
335335```
336336
337337Once 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 7373 },
7474 "sdkVersions" : {
7575 "ios" : {
76- "firebase" : " 11.5 .0" ,
76+ "firebase" : " 11.7 .0" ,
7777 "iosTarget" : " 13.0" ,
7878 "macosTarget" : " 10.15" ,
7979 "tvosTarget" : " 13.0"
8282 "minSdk" : 21 ,
8383 "targetSdk" : 34 ,
8484 "compileSdk" : 34 ,
85- "firebase" : " 33.5.1 " ,
85+ "firebase" : " 33.7.0 " ,
8686 "firebaseCrashlyticsGradle" : " 3.0.2" ,
8787 "firebasePerfGradle" : " 1.4.2" ,
8888 "gmsGoogleServicesGradle" : " 4.4.2" ,
You can’t perform that action at this time.
0 commit comments