Skip to content

Commit

Permalink
feat(ios, sdk): adopt firebase-ios-sdk 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 22, 2024
1 parent f75b60e commit 4430ee7
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '11.3.0'
$FirebaseSDKVersion = '11.4.0'
```

Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "11.3.0",
"firebase": "11.4.0",
"iosTarget": "13.0",
"macosTarget": "10.15"
},
Expand Down
Loading

0 comments on commit 4430ee7

Please sign in to comment.