Skip to content

Commit

Permalink
fix(app, sdk): firebase-android-sdk 33.5.1 / firebase-ios-sdk 11.4.2
Browse files Browse the repository at this point in the history
underlying fixes but nothing visible for / necessary from library consumers
  • Loading branch information
mikehardy committed Oct 28, 2024
1 parent 43ebcde commit 9472e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "33.4.0"
bom : "33.5.1"
],
],
])
Expand All @@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '11.4.0'
$FirebaseSDKVersion = '11.4.2'
```

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 @@ -74,15 +74,15 @@
},
"sdkVersions": {
"ios": {
"firebase": "11.4.0",
"firebase": "11.4.2",
"iosTarget": "13.0",
"macosTarget": "10.15"
},
"android": {
"minSdk": 21,
"targetSdk": 34,
"compileSdk": 34,
"firebase": "33.4.0",
"firebase": "33.5.1",
"firebaseCrashlyticsGradle": "3.0.2",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.2",
Expand Down

0 comments on commit 9472e5c

Please sign in to comment.