Skip to content

Commit

Permalink
fix(app, ios): bump firebase-ios-sdk to 10.6.0
Browse files Browse the repository at this point in the history
we are not exposing any new features, so just a fix / point release
  • Loading branch information
mikehardy committed Mar 5, 2023
1 parent 00185a3 commit 06a6f69
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 150 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '10.5.0'
$FirebaseSDKVersion = '10.6.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 @@ -65,7 +65,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.5.0",
"firebase": "10.6.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
},
Expand Down
Loading

0 comments on commit 06a6f69

Please sign in to comment.