Skip to content

Commit 95da53e

Browse files
committed
feat(sdks): firebase-ios-sdk 8.13.0
1 parent 977634e commit 95da53e

File tree

3 files changed

+116
-116
lines changed

3 files changed

+116
-116
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ project.ext {
192192
// Overriding Library SDK Versions
193193
firebase: [
194194
// Override Firebase SDK Version
195-
bom : "29.0.4"
195+
bom : "29.2.1"
196196
],
197197
],
198198
])
@@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
207207

208208
```ruby
209209
# Override Firebase SDK Version
210-
$FirebaseSDKVersion = '8.11.0'
210+
$FirebaseSDKVersion = '8.13.0'
211211
```
212212

213213
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": "8.12.1"
68+
"firebase": "8.13.0"
6969
},
7070
"android": {
7171
"minSdk": 19,

0 commit comments

Comments
 (0)