Skip to content

Commit 4430ee7

Browse files
committed
feat(ios, sdk): adopt firebase-ios-sdk 11.4.0
1 parent f75b60e commit 4430ee7

File tree

3 files changed

+165
-165
lines changed

3 files changed

+165
-165
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 = '11.3.0'
308+
$FirebaseSDKVersion = '11.4.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
@@ -74,7 +74,7 @@
7474
},
7575
"sdkVersions": {
7676
"ios": {
77-
"firebase": "11.3.0",
77+
"firebase": "11.4.0",
7878
"iosTarget": "13.0",
7979
"macosTarget": "10.15"
8080
},

0 commit comments

Comments
 (0)