Skip to content

Commit d7fd10e

Browse files
committed
fix(app, ios): adopt firebase-ios-sdk 10.23.0
1 parent 6793b1d commit d7fd10e

File tree

3 files changed

+639
-419
lines changed

3 files changed

+639
-419
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '10.22.0'
308+
$FirebaseSDKVersion = '10.23.0'
309309
```
310310

311311
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.22.0",
76+
"firebase": "10.23.0",
7777
"iosTarget": "11.0",
7878
"macosTarget": "10.13"
7979
},

0 commit comments

Comments
 (0)