Skip to content

Commit 5b14b34

Browse files
update www/src/js/firebase.js
1 parent 30131ab commit 5b14b34

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

www/src/js/firebase.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
console.log('Firebase Analytics Initialized:', analytics);
1+
// Inicializar o Firebase
2+
const app = initializeApp({
3+
apiKey: "AIzaSyBLkMv2N_cnG6q-9spUj01wvxRnfWSr6XY",
4+
authDomain: "cookie-brasil.firebaseapp.com",
5+
projectId: "cookie-brasil",
6+
storageBucket: "cookie-brasil.appspot.com",
7+
messagingSenderId: "202105498916",
8+
appId: "1:202105498916:web:d161e68c42e66c8f8997b1",
9+
measurementId: "G-6KZE06S4SF"
10+
});
11+
12+
// Ativar Analytics se necessário
13+
const analytics = getAnalytics(app);
14+
console.log(analytics)

0 commit comments

Comments
 (0)