diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..7ddec83 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "condomaster-pro-ed9af" + } +} diff --git a/firebase b/firebase new file mode 100755 index 0000000..1a6f0a5 Binary files /dev/null and b/firebase differ diff --git a/firebase-debug.log b/firebase-debug.log new file mode 100644 index 0000000..e85b891 --- /dev/null +++ b/firebase-debug.log @@ -0,0 +1,29 @@ +[debug] [2026-05-04T13:55:29.976Z] ---------------------------------------------------------------------- +[debug] [2026-05-04T13:55:29.979Z] Command: /Users/230414/GestorCondominio/firebase /Users/230414/.cache/firebase/tools/lib/node_modules/firebase-tools/lib/bin/firebase login:ci --no-localhost +[debug] [2026-05-04T13:55:29.980Z] CLI Version: 15.16.0 +[debug] [2026-05-04T13:55:29.980Z] Platform: darwin +[debug] [2026-05-04T13:55:29.980Z] Node Version: v20.18.2 +[debug] [2026-05-04T13:55:29.980Z] Time: Mon May 04 2026 14:55:29 GMT+0100 (Western European Summer Time) +[debug] [2026-05-04T13:55:29.981Z] ---------------------------------------------------------------------- +[debug] +[debug] [2026-05-04T13:55:29.983Z] >>> [apiv2][query] GET https://firebase-public.firebaseio.com/cli.json [none] +[warn] ⚠ Authenticating with a `login:ci` token is deprecated and will be removed in a future major version of `firebase-tools`. Instead, use a service account key with `GOOGLE_APPLICATION_CREDENTIALS`: https://cloud.google.com/docs/authentication/getting-started +[debug] [2026-05-04T13:55:30.192Z] >>> [apiv2][query] POST https://auth.firebase.tools/attest [none] +[debug] [2026-05-04T13:55:30.192Z] >>> [apiv2][body] POST https://auth.firebase.tools/attest {"session_id":"cafcf6ff-e83e-4da0-a399-8b9def24c468"} +[debug] [2026-05-04T13:55:30.523Z] <<< [apiv2][status] GET https://firebase-public.firebaseio.com/cli.json 200 +[debug] [2026-05-04T13:55:30.524Z] <<< [apiv2][body] GET https://firebase-public.firebaseio.com/cli.json {"cloudBuildErrorAfter":1594252800000,"cloudBuildWarnAfter":1590019200000,"defaultNode10After":1594252800000,"minVersion":"3.0.5","node8DeploysDisabledAfter":1613390400000,"node8RuntimeDisabledAfter":1615809600000,"node8WarnAfter":1600128000000} +[debug] [2026-05-04T13:55:30.779Z] <<< [apiv2][status] POST https://auth.firebase.tools/attest 200 +[debug] [2026-05-04T13:55:30.781Z] <<< [apiv2][body] POST https://auth.firebase.tools/attest {"token":"agPVoeFtmlUP5LnMPS5KP1cd1Wed0V3Ul1LtwtnIkkI"} +[info] +[info] To sign in to the Firebase CLI: +[info] +[info] 1. Take note of your session ID: +[info] +[info] CAFCF +[info] +[info] 2. Visit the URL below on any device and follow the instructions to get your code: +[info] +[info] https://auth.firebase.tools/login?code_challenge=jlTNpVHm9RYrAYUPY2sw9fjN7JR7j0JMKVbDHB9W_1s&session=cafcf6ff-e83e-4da0-a399-8b9def24c468&attest=agPVoeFtmlUP5LnMPS5KP1cd1Wed0V3Ul1LtwtnIkkI +[info] +[info] 3. Paste or enter the authorization code below once you have it: +[info] diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..2cfea43 --- /dev/null +++ b/firebase.json @@ -0,0 +1,21 @@ +{ + "hosting": { + "public": ".", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "headers": [ + { + "source": "**/*.@(js|css|png|jpg|jpeg|gif|svg|woff|woff2)", + "headers": [ + { + "key": "Cache-Control", + "value": "max-age=31536000" + } + ] + } + ] + } +}