Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version if desired
$FirebaseSDKVersion = '12.6.0'
$FirebaseSDKVersion = '12.7.0'
```

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

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

### Android Performance

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-mocha": "^11.2.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"firebase": "^12.6.0",
"firebase": "^12.7.0",
"firebase-tools": "^14.27.0",
"genversion": "^3.2.0",
"google-java-format": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-native": "*"
},
"dependencies": {
"firebase": "12.6.0"
"firebase": "12.7.0"
},
"devDependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
Expand All @@ -142,7 +142,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "12.6.0",
"firebase": "12.7.0",
"iosTarget": "15.0",
"macosTarget": "10.15",
"tvosTarget": "15.0"
Expand Down
Loading
Loading