Skip to content

Commit

Permalink
feat(ios): bump firebase-ios-sdk to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 16, 2022
1 parent abe7620 commit 0ad70a9
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '9.5.0'
$FirebaseSDKVersion = '9.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": "9.5.0"
"firebase": "9.6.0"
},
"android": {
"minSdk": 19,
Expand Down
Loading

1 comment on commit 0ad70a9

@vercel
Copy link

@vercel vercel bot commented on 0ad70a9 Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.