File tree Expand file tree Collapse file tree 3 files changed +166
-166
lines changed Expand file tree Collapse file tree 3 files changed +166
-166
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ project.ext {
290290 // Overriding Library SDK Versions
291291 firebase: [
292292 // Override Firebase SDK Version
293- bom : "33.3 .0"
293+ bom : "33.4 .0"
294294 ],
295295 ],
296296 ])
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305305
306306``` ruby
307307# Override Firebase SDK Version
308- $FirebaseSDKVersion = ' 11.2 .0'
308+ $FirebaseSDKVersion = ' 11.3 .0'
309309```
310310
311311Once 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" : " 11.2 .0" ,
77+ "firebase" : " 11.3 .0" ,
7878 "iosTarget" : " 13.0" ,
7979 "macosTarget" : " 10.15"
8080 },
8181 "android" : {
8282 "minSdk" : 21 ,
8383 "targetSdk" : 34 ,
8484 "compileSdk" : 34 ,
85- "firebase" : " 33.3 .0" ,
85+ "firebase" : " 33.4 .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