Skip to content

Commit 9b6ce6e

Browse files
committed
fix(app): firebase-android-sdk 33.14.0 / firebase-ios-sdk 11.13.0
1 parent f0cba0b commit 9b6ce6e

File tree

3 files changed

+244
-244
lines changed

3 files changed

+244
-244
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ project.ext {
318318
// Overriding Library SDK Versions
319319
firebase: [
320320
// Override Firebase SDK Version
321-
bom : "33.13.0"
321+
bom : "33.14.0"
322322
],
323323
],
324324
])
@@ -333,12 +333,12 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
333333

334334
```ruby
335335
# Override Firebase SDK Version
336-
$FirebaseSDKVersion = '11.12.0'
336+
$FirebaseSDKVersion = '11.13.0'
337337
```
338338

339339
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
340340

341-
Alternatively, if you cannot edit the Podfile easily (as when using Expo), you may add the environment variable `FIREBASE_SDK_VERSION=11.12.0` (or whatever version you need) to the command line that installs pods. For example `FIREBASE_SDK_VERSION=11.12.0 yarn expo prebuild --clean`
341+
Alternatively, if you cannot edit the Podfile easily (as when using Expo), you may add the environment variable `FIREBASE_SDK_VERSION=11.12.0` (or whatever version you need) to the command line that installs pods. For example `FIREBASE_SDK_VERSION=11.13.0 yarn expo prebuild --clean`
342342

343343
### Android Performance
344344

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"sdkVersions": {
7676
"ios": {
77-
"firebase": "11.12.0",
77+
"firebase": "11.13.0",
7878
"iosTarget": "13.0",
7979
"macosTarget": "10.15",
8080
"tvosTarget": "13.0"
@@ -83,7 +83,7 @@
8383
"minSdk": 21,
8484
"targetSdk": 34,
8585
"compileSdk": 34,
86-
"firebase": "33.13.0",
86+
"firebase": "33.14.0",
8787
"firebaseCrashlyticsGradle": "3.0.3",
8888
"firebasePerfGradle": "1.4.2",
8989
"gmsGoogleServicesGradle": "4.4.2",

0 commit comments

Comments
 (0)