We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30131ab commit 5b14b34Copy full SHA for 5b14b34
www/src/js/firebase.js
@@ -1 +1,14 @@
1
-console.log('Firebase Analytics Initialized:', analytics);
+ // 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