-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added signature to Simple Mint, firebase still not working
- Loading branch information
Showing
28 changed files
with
2,854 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "technai-v1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# dependencies | ||
/node_modules | ||
|
||
# build | ||
/dist | ||
|
||
# misc | ||
.DS_Store | ||
|
||
# local env files | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
|
||
# seed | ||
seed.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
[debug] [2024-09-17T01:51:39.655Z] ---------------------------------------------------------------------- | ||
[debug] [2024-09-17T01:51:39.657Z] Command: /home/lulox/.nvm/versions/node/v18.17.0/bin/node /home/lulox/.nvm/versions/node/v18.17.0/bin/firebase emulators:start | ||
[debug] [2024-09-17T01:51:39.657Z] CLI Version: 13.17.0 | ||
[debug] [2024-09-17T01:51:39.658Z] Platform: linux | ||
[debug] [2024-09-17T01:51:39.658Z] Node Version: v18.17.0 | ||
[debug] [2024-09-17T01:51:39.658Z] Time: Mon Sep 16 2024 22:51:39 GMT-0300 (Argentina Standard Time) | ||
[debug] [2024-09-17T01:51:39.658Z] ---------------------------------------------------------------------- | ||
[debug] | ||
[debug] [2024-09-17T01:51:39.746Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"] | ||
[debug] [2024-09-17T01:51:39.746Z] > authorizing via signed-in user ([email protected]) | ||
[debug] [2024-09-17T01:51:39.782Z] openjdk version "21.0.4" 2024-07-16 | ||
OpenJDK Runtime Environment (build 21.0.4+7-Ubuntu-1ubuntu224.04) | ||
OpenJDK 64-Bit Server VM (build 21.0.4+7-Ubuntu-1ubuntu224.04, mixed mode, sharing) | ||
|
||
[debug] [2024-09-17T01:51:39.793Z] Parsed Java major version: 21 | ||
[info] i emulators: Starting emulators: firestore {"metadata":{"emulator":{"name":"hub"},"message":"Starting emulators: firestore"}} | ||
[debug] [2024-09-17T01:51:39.798Z] [logging] Logging Emulator only supports listening on one address (127.0.0.1). Not listening on ::1 | ||
[debug] [2024-09-17T01:51:39.798Z] [firestore] Firestore Emulator only supports listening on one address (127.0.0.1). Not listening on ::1 | ||
[debug] [2024-09-17T01:51:39.798Z] [firestore.websocket] websocket server for firestore only supports listening on one address (127.0.0.1). Not listening on ::1 | ||
[debug] [2024-09-17T01:51:39.799Z] assigned listening specs for emulators {"user":{"hub":[{"address":"127.0.0.1","family":"IPv4","port":4400},{"address":"::1","family":"IPv6","port":4400}],"ui":[{"address":"127.0.0.1","family":"IPv4","port":4000},{"address":"::1","family":"IPv6","port":4000}],"logging":[{"address":"127.0.0.1","family":"IPv4","port":4500}],"firestore":[{"address":"127.0.0.1","family":"IPv4","port":8080}],"firestore.websocket":[{"address":"127.0.0.1","family":"IPv4","port":9150}]},"metadata":{"message":"assigned listening specs for emulators"}} | ||
[debug] [2024-09-17T01:51:39.804Z] [hub] writing locator at /tmp/hub-technai-v1.json | ||
[debug] [2024-09-17T01:51:39.811Z] Ignoring unsupported arg: auto_download {"metadata":{"emulator":{"name":"firestore"},"message":"Ignoring unsupported arg: auto_download"}} | ||
[debug] [2024-09-17T01:51:39.811Z] Ignoring unsupported arg: single_project_mode_error {"metadata":{"emulator":{"name":"firestore"},"message":"Ignoring unsupported arg: single_project_mode_error"}} | ||
[debug] [2024-09-17T01:51:39.811Z] Starting Firestore Emulator with command {"binary":"java","args":["-Dgoogle.cloud_firestore.debug_log_level=FINE","-Duser.language=en","-jar","/home/lulox/.cache/firebase/emulators/cloud-firestore-emulator-v1.19.8.jar","--host","127.0.0.1","--port",8080,"--websocket_port",9150,"--project_id","technai-v1","--rules","/home/lulox/repos/3-WORK/Technai-foundry/packages/local_db/firestore.rules","--single_project_mode",true],"optionalArgs":["port","webchannel_port","host","rules","websocket_port","functions_emulator","seed_from_export","project_id","single_project_mode"],"joinArgs":false,"shell":false} {"metadata":{"emulator":{"name":"firestore"},"message":"Starting Firestore Emulator with command {\"binary\":\"java\",\"args\":[\"-Dgoogle.cloud_firestore.debug_log_level=FINE\",\"-Duser.language=en\",\"-jar\",\"/home/lulox/.cache/firebase/emulators/cloud-firestore-emulator-v1.19.8.jar\",\"--host\",\"127.0.0.1\",\"--port\",8080,\"--websocket_port\",9150,\"--project_id\",\"technai-v1\",\"--rules\",\"/home/lulox/repos/3-WORK/Technai-foundry/packages/local_db/firestore.rules\",\"--single_project_mode\",true],\"optionalArgs\":[\"port\",\"webchannel_port\",\"host\",\"rules\",\"websocket_port\",\"functions_emulator\",\"seed_from_export\",\"project_id\",\"single_project_mode\"],\"joinArgs\":false,\"shell\":false}"}} | ||
[info] i firestore: Firestore Emulator logging to firestore-debug.log {"metadata":{"emulator":{"name":"firestore"},"message":"Firestore Emulator logging to \u001b[1mfirestore-debug.log\u001b[22m"}} | ||
[debug] [2024-09-17T01:51:41.048Z] Sep 16, 2024 10:51:40 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketServer start | ||
INFO: Started WebSocket server on ws://127.0.0.1:9150 | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:51:40 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketServer start\nINFO: Started WebSocket server on ws://127.0.0.1:9150\n"}} | ||
[debug] [2024-09-17T01:51:41.091Z] API endpoint: http:// {"metadata":{"emulator":{"name":"firestore"},"message":"API endpoint: http://"}} | ||
[debug] [2024-09-17T01:51:41.091Z] 127.0.0.1:8080 | ||
If you are using a library that supports the FIRESTORE_EMULATOR_HOST environment variable, run: | ||
|
||
export FIRESTORE_EMULATOR_HOST=127.0.0.1:8080 | ||
|
||
If you are running a Firestore in Datastore Mode project, run: | ||
|
||
export DATASTORE_EMULATOR_HOST=127.0.0.1:8080 | ||
|
||
Note: Support for Datastore Mode is in preview. If you encounter any bugs please file at https://github.com/firebase/firebase-tools/issues. | ||
Dev App Server is now running. | ||
|
||
{"metadata":{"emulator":{"name":"firestore"},"message":"127.0.0.1:8080\nIf you are using a library that supports the FIRESTORE_EMULATOR_HOST environment variable, run:\n\n export FIRESTORE_EMULATOR_HOST=127.0.0.1:8080\n\nIf you are running a Firestore in Datastore Mode project, run:\n\n export DATASTORE_EMULATOR_HOST=127.0.0.1:8080\n\nNote: Support for Datastore Mode is in preview. If you encounter any bugs please file at https://github.com/firebase/firebase-tools/issues.\nDev App Server is now running.\n\n"}} | ||
[info] ✔ firestore: Firestore Emulator UI websocket is running on 9150. {"metadata":{"emulator":{"name":"firestore"},"message":"Firestore Emulator UI websocket is running on 9150."}} | ||
[debug] [2024-09-17T01:51:41.255Z] Ignoring unsupported arg: auto_download {"metadata":{"emulator":{"name":"ui"},"message":"Ignoring unsupported arg: auto_download"}} | ||
[debug] [2024-09-17T01:51:41.256Z] Ignoring unsupported arg: port {"metadata":{"emulator":{"name":"ui"},"message":"Ignoring unsupported arg: port"}} | ||
[debug] [2024-09-17T01:51:41.256Z] Starting Emulator UI with command {"binary":"node","args":["/home/lulox/.cache/firebase/emulators/ui-v1.13.0/server/server.mjs"],"optionalArgs":[],"joinArgs":false,"shell":false} {"metadata":{"emulator":{"name":"ui"},"message":"Starting Emulator UI with command {\"binary\":\"node\",\"args\":[\"/home/lulox/.cache/firebase/emulators/ui-v1.13.0/server/server.mjs\"],\"optionalArgs\":[],\"joinArgs\":false,\"shell\":false}"}} | ||
[info] i ui: Emulator UI logging to ui-debug.log {"metadata":{"emulator":{"name":"ui"},"message":"Emulator UI logging to \u001b[1mui-debug.log\u001b[22m"}} | ||
[debug] [2024-09-17T01:51:41.453Z] Web / API server started at 127.0.0.1:4000 | ||
{"metadata":{"emulator":{"name":"ui"},"message":"Web / API server started at 127.0.0.1:4000\n"}} | ||
[debug] [2024-09-17T01:51:41.453Z] Web / API server started at ::1:4000 | ||
{"metadata":{"emulator":{"name":"ui"},"message":"Web / API server started at ::1:4000\n"}} | ||
[info] | ||
┌─────────────────────────────────────────────────────────────┐ | ||
│ ✔ All emulators ready! It is now safe to connect your app. │ | ||
│ i View Emulator UI at http://127.0.0.1:4000/ │ | ||
└─────────────────────────────────────────────────────────────┘ | ||
|
||
┌───────────┬────────────────┬─────────────────────────────────┐ | ||
│ Emulator │ Host:Port │ View in Emulator UI │ | ||
├───────────┼────────────────┼─────────────────────────────────┤ | ||
│ Firestore │ 127.0.0.1:8080 │ http://127.0.0.1:4000/firestore │ | ||
└───────────┴────────────────┴─────────────────────────────────┘ | ||
Emulator Hub running at 127.0.0.1:4400 | ||
Other reserved ports: 4500, 9150 | ||
|
||
Issues? Report them at https://github.com/firebase/firebase-tools/issues and attach the *-debug.log files. | ||
|
||
[debug] [2024-09-17T01:51:56.870Z] Sep 16, 2024 10:51:56 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:51:56 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:51:56.978Z] Sep 16, 2024 10:51:56 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:51:56 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:51:57.975Z] Sep 16, 2024 10:51:57 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:51:57 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:52:16.878Z] Sep 16, 2024 10:52:16 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketChannelHandler initChannel | ||
INFO: Connected to new websocket client | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:52:16 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketChannelHandler initChannel\nINFO: Connected to new websocket client\n"}} | ||
[debug] [2024-09-17T01:52:58.050Z] Sep 16, 2024 10:52:58 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:52:58 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:53:43.871Z] Sep 16, 2024 10:53:43 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:53:43 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:54:29.872Z] Sep 16, 2024 10:54:29 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:54:29 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:55:15.869Z] Sep 16, 2024 10:55:15 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:55:15 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:56:01.886Z] Sep 16, 2024 10:56:01 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:56:01 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:56:47.869Z] Sep 16, 2024 10:56:47 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:56:47 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:57:33.886Z] Sep 16, 2024 10:57:33 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:57:33 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:58:19.874Z] Sep 16, 2024 10:58:19 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:58:19 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T01:59:35.872Z] Sep 16, 2024 10:59:35 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 10:59:35 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T02:00:13.653Z] Sep 16, 2024 11:00:13 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketChannelHandler initChannel | ||
INFO: Connected to new websocket client | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 11:00:13 PM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketChannelHandler initChannel\nINFO: Connected to new websocket client\n"}} | ||
[debug] [2024-09-17T02:00:21.869Z] Sep 16, 2024 11:00:21 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 11:00:21 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T02:01:07.869Z] Sep 16, 2024 11:01:07 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 11:01:07 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T02:01:53.885Z] Sep 16, 2024 11:01:53 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 11:01:53 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} | ||
[debug] [2024-09-17T02:02:39.869Z] Sep 16, 2024 11:02:39 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead | ||
INFO: Detected non-HTTP/2 connection. | ||
{"metadata":{"emulator":{"name":"firestore"},"message":"Sep 16, 2024 11:02:39 PM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead\nINFO: Detected non-HTTP/2 connection.\n"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"firestore": { | ||
"rules": "firestore.rules", | ||
"indexes": "firestore.indexes.json" | ||
}, | ||
"emulators": { | ||
"firestore": { | ||
"port": 8080 | ||
}, | ||
"ui": { | ||
"enabled": true | ||
}, | ||
"singleProjectMode": true | ||
} | ||
} |
Oops, something went wrong.