You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ Please see [Environment Support](https://firebase.google.com/support/guides/envi
29
29
#### Node.js
30
30
31
31
Before you can start working on the Firebase JS SDK, you need to have Node.js
32
-
installed on your machine. The currently supported versions are `10.15.0` through `16.6.0`.
32
+
installed on your machine. As of June 13th, 2023 the team has been testing with Node.js versions
33
+
between `16.4.0` and `16.16.0`, but the required verison of Node.js may change as we update
34
+
our dependencies.
33
35
34
36
To download Node.js visit https://nodejs.org/en/download/.
35
37
@@ -50,7 +52,7 @@ $ yarn set version 1.22.11
50
52
51
53
#### Java
52
54
53
-
The closure compiler requires a modern Java installation. Java 11+ should be installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
55
+
The closure compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
54
56
55
57
#### Verify Prerequisites
56
58
@@ -62,7 +64,7 @@ $ yarn -v
62
64
$ java -version
63
65
```
64
66
65
-
Your `node` version should be between `10.15.0` and `16.6.0`, your `yarn` version should
67
+
Your `node` version should be between `16.4.0` and `16.6.0`, your `yarn` version should
66
68
be between `1.0.0` and `1.22.11`, and your `java` version should be `11.0` or greater.
67
69
68
70
_NOTE: We will update the documentation as new versions are required, however
0 commit comments