Skip to content

Commit 6624b1c

Browse files
committed
feat(app, ios): firebase-ios-sdk 10.24.0 with signed frameworks
1 parent d16d7b5 commit 6624b1c

File tree

3 files changed

+153
-153
lines changed

3 files changed

+153
-153
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.23.1'
308+
$FirebaseSDKVersion = '10.24.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.23.1",
76+
"firebase": "10.24.0",
7777
"iosTarget": "11.0",
7878
"macosTarget": "10.13"
7979
},

0 commit comments

Comments
 (0)