publicação

This commit is contained in:
2026-05-04 15:00:18 +01:00
parent 1f96a9bfae
commit 7b4504f49c
4 changed files with 55 additions and 0 deletions

5
.firebaserc Normal file
View File

@@ -0,0 +1,5 @@
{
"projects": {
"default": "condomaster-pro-ed9af"
}
}

BIN
firebase Executable file

Binary file not shown.

29
firebase-debug.log Normal file
View File

@@ -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]

21
firebase.json Normal file
View File

@@ -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"
}
]
}
]
}
}