Skip to content

Commit ffc7b4c

Browse files
committed
fix(ios): adopt firebase-ios-sdk 11.10.0
1 parent 2de6726 commit ffc7b4c

File tree

3 files changed

+185
-185
lines changed

3 files changed

+185
-185
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9.0'
336+
$FirebaseSDKVersion = '11.10.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.5.0` (or whatever version you need) to the command line that installs pods. For example `FIREBASE_SDK_VERSION=11.5.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.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`
342342

343343
### Increasing Android build memory
344344

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"sdkVersions": {
7575
"ios": {
76-
"firebase": "11.9.0",
76+
"firebase": "11.10.0",
7777
"iosTarget": "13.0",
7878
"macosTarget": "10.15",
7979
"tvosTarget": "13.0"

0 commit comments

Comments
 (0)