Skip to content

Commit a899390

Browse files
committed
fix: firebase-ios-sdk 10.19.0
1 parent f8b7794 commit a899390

File tree

4 files changed

+156
-154
lines changed

4 files changed

+156
-154
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ project.ext {
287287
// Overriding Library SDK Versions
288288
firebase: [
289289
// Override Firebase SDK Version
290-
bom : "32.5.0"
290+
bom : "32.6.0"
291291
],
292292
],
293293
])
@@ -302,7 +302,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
302302

303303
```ruby
304304
# Override Firebase SDK Version
305-
$FirebaseSDKVersion = '10.17.0'
305+
$FirebaseSDKVersion = '10.19.0'
306306
```
307307

308308
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"sdkVersions": {
7575
"ios": {
76-
"firebase": "10.18.0",
76+
"firebase": "10.19.0",
7777
"iosTarget": "11.0",
7878
"macosTarget": "10.13"
7979
},

0 commit comments

Comments
 (0)