Skip to content

Commit 7103473

Browse files
committed
fix(ios): bump firebase-ios-sdk to 10.7.0
There are new features in the SDK but they are not exposed, so it is not a feature release for us, just fixes for existing functionality
1 parent ebfb413 commit 7103473

File tree

3 files changed

+130
-130
lines changed

3 files changed

+130
-130
lines changed

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.6.0'
236+
$FirebaseSDKVersion = '10.7.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.6.0",
68+
"firebase": "10.7.0",
6969
"iosTarget": "11.0",
7070
"macosTarget": "10.13"
7171
},

0 commit comments

Comments
 (0)