ajuste base de dados
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user