Skip to content

Commit 8be970c

Browse files
committed
fix(app, ios): adopt firebase-ios-sdk 12.1.0
1 parent 3fcf6d2 commit 8be970c

File tree

3 files changed

+180
-180
lines changed

3 files changed

+180
-180
lines changed

docs/index.md

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

336336
```ruby
337337
# Override Firebase SDK Version
338-
$FirebaseSDKVersion = '12.0.0'
338+
$FirebaseSDKVersion = '12.1.0'
339339
```
340340

341341
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
@@ -74,7 +74,7 @@
7474
},
7575
"sdkVersions": {
7676
"ios": {
77-
"firebase": "12.0.0",
77+
"firebase": "12.1.0",
7878
"iosTarget": "15.0",
7979
"macosTarget": "10.15",
8080
"tvosTarget": "15.0"

0 commit comments

Comments
 (0)