Skip to content

Commit

Permalink
fix(app, sdk): firebase-android-sdk 30.3.1 / firebase-ios-sdk 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Aug 7, 2022
1 parent 458bca4 commit 134971f
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 153 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "30.3.0"
bom : "30.3.1"
],
],
])
Expand All @@ -226,7 +226,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '9.3.0'
$FirebaseSDKVersion = '9.4.0'
```

Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
},
"sdkVersions": {
"ios": {
"firebase": "9.3.0"
"firebase": "9.4.0"
},
"android": {
"minSdk": 19,
"targetSdk": 31,
"compileSdk": 31,
"firebase": "30.3.0",
"firebase": "30.3.1",
"firebaseCrashlyticsGradle": "2.9.1",
"firebasePerfGradle": "1.4.1",
"gmsGoogleServicesGradle": "4.3.13",
Expand Down
Loading

0 comments on commit 134971f

Please sign in to comment.