Skip to content

Commit a927d78

Browse files
Upgrade to JS SDK 9.23 to use some multidb features. (#999)
* Upgrade to 9.23 to use some multidb features. * Adjust dependencies to resolve ESModule issue. * Changes to port numbers * Explicit event types.
1 parent 0151b25 commit a927d78

File tree

13 files changed

+18020
-30838
lines changed

13 files changed

+18020
-30838
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
strategy:
5252
matrix:
53-
node-version: [16.x, 18.x, 20.x]
53+
node-version: [18.x, 20.x]
5454

5555
steps:
5656
- uses: actions/checkout@v3

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ firebase emulators:exec --project demo-example --import test-data 'npm start'
4040
```
4141

4242
This will run the web app in the development mode.<br />
43-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
43+
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
4444

4545
The page will reload if you make edits.<br />
4646
You will also see any lint errors in the console.
@@ -67,7 +67,7 @@ cd firebase-tools-ui/
6767
GCLOUD_PROJECT=<project-id> FIREBASE_EMULATOR_HUB=localhost:4400 npm start
6868
```
6969

70-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. Note: The development server runs by default on port **3000**, so please make sure you are visiting that URL instead of the production Emulator UI (which defaults on port **4000**).
70+
Open [http://localhost:5173](http://localhost:5173) to view it in the browser. Note: The development server runs by default on port **5173**, so please make sure you are visiting that URL instead of the production Emulator UI (which defaults on port **4000**).
7171

7272
### Developing features behind flags
7373

@@ -128,7 +128,7 @@ To run the production build with emulators, use:
128128
firebase emulators:exec --project demo-example --import test-data 'node dist/server/server.js'
129129
```
130130

131-
This will start a server that serves both the static files and APIs at `http://localhost:3000/`.
131+
This will start a server that serves both the static files and APIs at `http://localhost:5173/`.
132132

133133
NOTE: The static files are not meant to be deployed to a website or CDN. They must be used in conjunction with
134134
the server as described above.

0 commit comments

Comments
 (0)