File tree Expand file tree Collapse file tree 3 files changed +268
-247
lines changed Expand file tree Collapse file tree 3 files changed +268
-247
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,8 @@ Please refer to the official deprecation FAQ for complete migration guidance and
56
56
- Crashlytics gradle plugin has been bumped from ` 3.0.4 ` to ` 3.0.5 ` .
57
57
- Performance gradle plugin has been bumped from ` 1.4.2 ` to ` 2.0.0 ` .
58
58
- 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 ) .
Original file line number Diff line number Diff line change 57
57
"react-native" : " *"
58
58
},
59
59
"dependencies" : {
60
- "firebase" : " 11.10 .0"
60
+ "firebase" : " 12.0 .0"
61
61
},
62
62
"devDependencies" : {
63
63
"@react-native-async-storage/async-storage" : " ^2.1.2" ,
You can’t perform that action at this time.
0 commit comments