Skip to content

Commit b97bc26

Browse files
committed
fix(ios): revert to firebase-ios-sdk 12.10.0 to avoid startup crash
1 parent 624aaab commit b97bc26

3 files changed

Lines changed: 207 additions & 207 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,12 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
351351

352352
```ruby
353353
# Override Firebase SDK Version if desired
354-
$FirebaseSDKVersion = '12.11.0'
354+
$FirebaseSDKVersion = '12.10.0'
355355
```
356356

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

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

361361
### Android Performance
362362

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
"sdkVersions": {
107107
"ios": {
108-
"firebase": "12.11.0",
108+
"firebase": "12.10.0",
109109
"iosTarget": "15.0",
110110
"macosTarget": "10.15",
111111
"tvosTarget": "15.0"

0 commit comments

Comments
 (0)