Skip to content

Commit cc80d7c

Browse files
committed
feat(app, ios): firebase-ios-sdk 10.5.0
1 parent d474d95 commit cc80d7c

3 files changed

Lines changed: 128 additions & 129 deletions

File tree

docs/index.md

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

233233
```ruby
234234
# Override Firebase SDK Version
235-
$FirebaseSDKVersion = '10.4.0'
235+
$FirebaseSDKVersion = '10.5.0'
236236
```
237237

238238
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.4.0",
68+
"firebase": "10.5.0",
6969
"iosTarget": "11.0",
7070
"macosTarget": "10.13"
7171
},

0 commit comments

Comments
 (0)