File tree Expand file tree Collapse file tree 3 files changed +116
-116
lines changed Expand file tree Collapse file tree 3 files changed +116
-116
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ project.ext {
192192 // Overriding Library SDK Versions
193193 firebase: [
194194 // Override Firebase SDK Version
195- bom : "29.0.4 "
195+ bom : "29.2.1 "
196196 ],
197197 ],
198198 ])
@@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
207207
208208``` ruby
209209# Override Firebase SDK Version
210- $FirebaseSDKVersion = ' 8.11 .0'
210+ $FirebaseSDKVersion = ' 8.13 .0'
211211```
212212
213213Once 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 6565 },
6666 "sdkVersions" : {
6767 "ios" : {
68- "firebase" : " 8.12.1 "
68+ "firebase" : " 8.13.0 "
6969 },
7070 "android" : {
7171 "minSdk" : 19 ,
You can’t perform that action at this time.
0 commit comments