forked from nick-transition/fitapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.log
More file actions
47 lines (41 loc) · 4.34 KB
/
Copy pathfirebase.log
File metadata and controls
47 lines (41 loc) · 4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
i emulators: Starting emulators: auth, functions, firestore
⚠ functions: The following emulators are not running, calls to these services from the Functions emulator will affect production: apphosting, database, hosting, pubsub, storage, dataconnect
i firestore: Firestore Emulator logging to firestore-debug.log
✔ firestore: Firestore Emulator UI websocket is running on 9150.
(node:33241) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
i functions: Watching "/Users/nickstoddart/dev/fitapp/functions" for Cloud Functions...
⚠ functions: package.json indicates an outdated version of firebase-functions. Please upgrade using npm install --save firebase-functions@latest in your functions directory.
⚠ functions: Please note that there will be breaking changes when you upgrade.
⚠ functions: Your requested "node" version "22" doesn't match your global version "24". Using node@24 from host.
Serving at port 8418
✔ functions: Loaded functions definitions from source: oauth, mcp.
✔ functions[us-central1-oauth]: http function initialized (http://127.0.0.1:5001/fitapp-ns/us-central1/oauth).
✔ functions[us-central1-mcp]: http function initialized (http://127.0.0.1:5001/fitapp-ns/us-central1/mcp).
[90m┌─────────────────────────────────────────────────────────────┐[39m
[90m│[39m ✔ All emulators ready! It is now safe to connect your app. [90m│[39m
[90m│[39m i View Emulator UI at http://127.0.0.1:4000/ [90m│[39m
[90m└─────────────────────────────────────────────────────────────┘[39m
[90m┌────────────────[39m[90m┬────────────────[39m[90m┬─────────────────────────────────┐[39m
[90m│[39m[33m Emulator [39m[90m│[39m[33m Host:Port [39m[90m│[39m[33m View in Emulator UI [39m[90m│[39m
[90m├────────────────[39m[90m┼────────────────[39m[90m┼─────────────────────────────────┤[39m
[90m│[39m Authentication [90m│[39m 127.0.0.1:9099 [90m│[39m http://127.0.0.1:4000/auth [90m│[39m
[90m├────────────────[39m[90m┼────────────────[39m[90m┼─────────────────────────────────┤[39m
[90m│[39m Functions [90m│[39m 127.0.0.1:5001 [90m│[39m http://127.0.0.1:4000/functions [90m│[39m
[90m├────────────────[39m[90m┼────────────────[39m[90m┼─────────────────────────────────┤[39m
[90m│[39m Firestore [90m│[39m 127.0.0.1:8080 [90m│[39m http://127.0.0.1:4000/firestore [90m│[39m
[90m└────────────────[39m[90m┴────────────────[39m[90m┴─────────────────────────────────┘[39m
Emulator Hub host: 127.0.0.1 port: 4400
Other reserved ports: 4500, 9150
Issues? Report them at https://github.com/firebase/firebase-tools/issues and attach the *-debug.log files.
i emulators: Received SIGHUP for the first time. Starting a clean shutdown.
i emulators: Please wait for a clean shutdown or send the SIGHUP signal again to stop right now.
i emulators: Shutting down emulators.
i ui: Stopping Emulator UI
i functions: Stopping Functions Emulator
i firestore: Stopping Firestore Emulator
i auth: Stopping Authentication Emulator
i eventarc: Stopping Eventarc Emulator
i tasks: Stopping Cloud Tasks Emulator
i hub: Stopping emulator hub
i logging: Stopping Logging Emulator