Skip to content

Commit 1bfd3eb

Browse files
committed
fix(app): firebase-ios-sdk 11.11.0 / firebase-android-sdk 33.12.0
1 parent 5189c32 commit 1bfd3eb

File tree

3 files changed

+187
-187
lines changed

3 files changed

+187
-187
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.11.0"
321+
bom : "33.12.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.10.0'
336+
$FirebaseSDKVersion = '11.11.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.10.0` (or whatever version you need) to the command line that installs pods. For example `FIREBASE_SDK_VERSION=11.10.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.11.0` (or whatever version you need) to the command line that installs pods. For example `FIREBASE_SDK_VERSION=11.11.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
@@ -73,7 +73,7 @@
7373
},
7474
"sdkVersions": {
7575
"ios": {
76-
"firebase": "11.10.0",
76+
"firebase": "11.11.0",
7777
"iosTarget": "13.0",
7878
"macosTarget": "10.15",
7979
"tvosTarget": "13.0"
@@ -82,7 +82,7 @@
8282
"minSdk": 21,
8383
"targetSdk": 34,
8484
"compileSdk": 34,
85-
"firebase": "33.11.0",
85+
"firebase": "33.12.0",
8686
"firebaseCrashlyticsGradle": "3.0.3",
8787
"firebasePerfGradle": "1.4.2",
8888
"gmsGoogleServicesGradle": "4.4.2",

0 commit comments

Comments
 (0)