Skip to content

Commit 06a6f69

Browse files
committed
fix(app, ios): bump firebase-ios-sdk to 10.6.0
we are not exposing any new features, so just a fix / point release
1 parent 00185a3 commit 06a6f69

3 files changed

Lines changed: 166 additions & 150 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
233233

234234
```ruby
235235
# Override Firebase SDK Version
236-
$FirebaseSDKVersion = '10.5.0'
236+
$FirebaseSDKVersion = '10.6.0'
237237
```
238238

239239
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
@@ -65,7 +65,7 @@
6565
},
6666
"sdkVersions": {
6767
"ios": {
68-
"firebase": "10.5.0",
68+
"firebase": "10.6.0",
6969
"iosTarget": "11.0",
7070
"macosTarget": "10.13"
7171
},

0 commit comments

Comments
 (0)