Skip to content

Commit 79b271a

Browse files
committed
fix(app, ios): adopt firebase-ios-sdk 12.9.0
see upstream release notes https://firebase.google.com/support/release-notes/ios#version_1290_-_february_3_2026
1 parent 9fb5ab5 commit 79b271a

File tree

3 files changed

+181
-181
lines changed

3 files changed

+181
-181
lines changed

docs/index.md

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

336336
```ruby
337337
# Override Firebase SDK Version if desired
338-
$FirebaseSDKVersion = '12.8.0'
338+
$FirebaseSDKVersion = '12.9.0'
339339
```
340340

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

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

345345
### Android Performance
346346

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.8.0",
108+
"firebase": "12.9.0",
109109
"iosTarget": "15.0",
110110
"macosTarget": "10.15",
111111
"tvosTarget": "15.0"

0 commit comments

Comments
 (0)