ajuste base de dados

This commit is contained in:
2026-06-11 17:06:13 +01:00
parent ff481bbcd5
commit ad2f430c8d
6 changed files with 344 additions and 134 deletions

View File

@@ -3,7 +3,7 @@ import { getDatabase } from "https://www.gstatic.com/firebasejs/12.1.0/firebase-
const firebaseConfig = {
apiKey: "AQUI_TUA_API_KEY",
authDomain: "AQUI.firebaseapp.com",
authDomain: "condomaster-pro-ed9af.firebaseapp.com",
databaseURL: "https://condomaster-pro-ed9af-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "condomaster-pro-ed9af",
storageBucket: "condomaster-pro-ed9af.appspot.com",
@@ -14,5 +14,5 @@ const firebaseConfig = {
const app = initializeApp(firebaseConfig);
const db = getDatabase(app);
export { app, db };
export { app, db, firebaseConfig };