Skip to content

Commit

Permalink
fix(app): firebase-ios-sdk 10.20.0 / firebase-android-sdk 32.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jan 22, 2024
1 parent 36ef050 commit 8d3c3a0
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 364 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "32.7.0"
bom : "32.7.1"
],
],
])
Expand All @@ -302,7 +302,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '10.19.0'
$FirebaseSDKVersion = '10.20.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 @@ -73,15 +73,15 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.19.0",
"firebase": "10.20.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
},
"android": {
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "32.7.0",
"firebase": "32.7.1",
"firebaseCrashlyticsGradle": "2.9.9",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.0",
Expand Down
Loading

0 comments on commit 8d3c3a0

Please sign in to comment.