Skip to content

Commit f40cb5b

Browse files
committed
fix(app, sdk): adopt firebase-ios-sdk 10.11.0
the underlying SDK exposes some new features but they are not exposed here, but we do get the benefit of the underlying bugfixes
1 parent 08cb0c2 commit f40cb5b

File tree

3 files changed

+149
-149
lines changed

3 files changed

+149
-149
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.10.0'
236+
$FirebaseSDKVersion = '10.11.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
@@ -73,7 +73,7 @@
7373
},
7474
"sdkVersions": {
7575
"ios": {
76-
"firebase": "10.10.0",
76+
"firebase": "10.11.0",
7777
"iosTarget": "11.0",
7878
"macosTarget": "10.13"
7979
},

0 commit comments

Comments
 (0)