Skip to content

Commit ab0529e

Browse files
russellwheatleymikehardy
authored andcommitted
feat!: bump firebase-js-sdk to 12.0.0
BREAKING CHANGE: requires node v20+ and ES2020+
1 parent e9ef5ec commit ab0529e

File tree

3 files changed

+268
-247
lines changed

3 files changed

+268
-247
lines changed

docs/migrating-to-v23.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ Please refer to the official deprecation FAQ for complete migration guidance and
5656
- Crashlytics gradle plugin has been bumped from `3.0.4` to `3.0.5`.
5757
- Performance gradle plugin has been bumped from `1.4.2` to `2.0.0`.
5858
- App distribution gradle plugin has been bumped from `5.1.1` to `5.1.2`.
59+
60+
# Web platform
61+
62+
- Firebase JS SDK has been bumped to `12.0.0` which now requires a minimum of Node.js `20` and a minimum of `ES2020`.
63+
[See release notes](https://firebase.google.com/support/release-notes/js#version_1200_-_july_17_2025).

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-native": "*"
5858
},
5959
"dependencies": {
60-
"firebase": "11.10.0"
60+
"firebase": "12.0.0"
6161
},
6262
"devDependencies": {
6363
"@react-native-async-storage/async-storage": "^2.1.2",

0 commit comments

Comments
 (0)