File tree Expand file tree Collapse file tree 3 files changed +364
-364
lines changed Expand file tree Collapse file tree 3 files changed +364
-364
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ project.ext {
287
287
// Overriding Library SDK Versions
288
288
firebase: [
289
289
// Override Firebase SDK Version
290
- bom : "32.7.0 "
290
+ bom : "32.7.1 "
291
291
],
292
292
],
293
293
])
@@ -302,7 +302,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
302
302
303
303
``` ruby
304
304
# Override Firebase SDK Version
305
- $FirebaseSDKVersion = ' 10.19 .0'
305
+ $FirebaseSDKVersion = ' 10.20 .0'
306
306
```
307
307
308
308
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" : " 10.19 .0" ,
76
+ "firebase" : " 10.20 .0" ,
77
77
"iosTarget" : " 11.0" ,
78
78
"macosTarget" : " 10.13"
79
79
},
80
80
"android" : {
81
81
"minSdk" : 19 ,
82
82
"targetSdk" : 33 ,
83
83
"compileSdk" : 33 ,
84
- "firebase" : " 32.7.0 " ,
84
+ "firebase" : " 32.7.1 " ,
85
85
"firebaseCrashlyticsGradle" : " 2.9.9" ,
86
86
"firebasePerfGradle" : " 1.4.2" ,
87
87
"gmsGoogleServicesGradle" : " 4.4.0" ,
You can’t perform that action at this time.
0 commit comments