File tree Expand file tree Collapse file tree 3 files changed +153
-153
lines changed Expand file tree Collapse file tree 3 files changed +153
-153
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ project.ext {
211
211
// Overriding Library SDK Versions
212
212
firebase: [
213
213
// Override Firebase SDK Version
214
- bom : "30.3.0 "
214
+ bom : "30.3.1 "
215
215
],
216
216
],
217
217
])
@@ -226,7 +226,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
226
226
227
227
``` ruby
228
228
# Override Firebase SDK Version
229
- $FirebaseSDKVersion = ' 9.3 .0'
229
+ $FirebaseSDKVersion = ' 9.4 .0'
230
230
```
231
231
232
232
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 65
65
},
66
66
"sdkVersions" : {
67
67
"ios" : {
68
- "firebase" : " 9.3 .0"
68
+ "firebase" : " 9.4 .0"
69
69
},
70
70
"android" : {
71
71
"minSdk" : 19 ,
72
72
"targetSdk" : 31 ,
73
73
"compileSdk" : 31 ,
74
- "firebase" : " 30.3.0 " ,
74
+ "firebase" : " 30.3.1 " ,
75
75
"firebaseCrashlyticsGradle" : " 2.9.1" ,
76
76
"firebasePerfGradle" : " 1.4.1" ,
77
77
"gmsGoogleServicesGradle" : " 4.3.13" ,
You can’t perform that action at this time.
0 commit comments