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 {
320
320
// Overriding Library SDK Versions
321
321
firebase: [
322
322
// Override Firebase SDK Version
323
- bom : "34.2 .0"
323
+ bom : "34.3 .0"
324
324
],
325
325
],
326
326
])
@@ -335,7 +335,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
335
335
336
336
``` ruby
337
337
# Override Firebase SDK Version
338
- $FirebaseSDKVersion = ' 12.2 .0'
338
+ $FirebaseSDKVersion = ' 12.3 .0'
339
339
```
340
340
341
341
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" : " 12.2 .0" ,
77
+ "firebase" : " 12.3 .0" ,
78
78
"iosTarget" : " 15.0" ,
79
79
"macosTarget" : " 10.15" ,
80
80
"tvosTarget" : " 15.0"
83
83
"minSdk" : 23 ,
84
84
"targetSdk" : 34 ,
85
85
"compileSdk" : 34 ,
86
- "firebase" : " 34.2 .0" ,
86
+ "firebase" : " 34.3 .0" ,
87
87
"firebaseCrashlyticsGradle" : " 3.0.6" ,
88
88
"firebasePerfGradle" : " 2.0.1" ,
89
89
"gmsGoogleServicesGradle" : " 4.4.3" ,
You can’t perform that action at this time.
0 commit comments