File tree Expand file tree Collapse file tree 3 files changed +202
-201
lines changed Expand file tree Collapse file tree 3 files changed +202
-201
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ project.ext {
320320 // Overriding Library SDK Versions
321321 firebase: [
322322 // Override Firebase SDK Version
323- bom : "34.2 .0"
323+ bom : "34.3 .0"
324324 ],
325325 ],
326326 ])
@@ -335,7 +335,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
335335
336336``` ruby
337337# Override Firebase SDK Version
338- $FirebaseSDKVersion = ' 12.2 .0'
338+ $FirebaseSDKVersion = ' 12.3 .0'
339339```
340340
341341Once 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 7474 },
7575 "sdkVersions" : {
7676 "ios" : {
77- "firebase" : " 12.2 .0" ,
77+ "firebase" : " 12.3 .0" ,
7878 "iosTarget" : " 15.0" ,
7979 "macosTarget" : " 10.15" ,
8080 "tvosTarget" : " 15.0"
8383 "minSdk" : 23 ,
8484 "targetSdk" : 34 ,
8585 "compileSdk" : 34 ,
86- "firebase" : " 34.2 .0" ,
86+ "firebase" : " 34.3 .0" ,
8787 "firebaseCrashlyticsGradle" : " 3.0.6" ,
8888 "firebasePerfGradle" : " 2.0.1" ,
8989 "gmsGoogleServicesGradle" : " 4.4.3" ,
You can’t perform that action at this time.
0 commit comments