Skip to content

Commit

Permalink
fix(storage): bump iOS SDK to v10.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorioMolina committed Mar 5, 2024
1 parent fc2c857 commit ff8afd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = '10.21.0'
$FirebaseSDKVersion = '10.22.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 @@ -73,7 +73,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.21.0",
"firebase": "10.22.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
},
Expand Down

0 comments on commit ff8afd9

Please sign in to comment.