Skip to content

Commit

Permalink
fix(app, sdks): adopt firebase-ios-sdk 10.14.0
Browse files Browse the repository at this point in the history
no user-visible changes but one crash fix in the
underlying SDK

also includes test app bump to react-native 0.72.4
and react-native-device-info 10.8.0 - neither of which
are user visible
  • Loading branch information
mikehardy committed Aug 23, 2023
1 parent 3fee0d6 commit 89e3bd9
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 404 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '10.13.0'
$FirebaseSDKVersion = '10.14.0'
```

Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.13.0",
"firebase": "10.14.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
},
Expand Down
Loading

1 comment on commit 89e3bd9

@vercel
Copy link

@vercel vercel bot commented on 89e3bd9 Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.