Skip to content

Commit 59633ad

Browse files
authored
Update index.js
1 parent 496102d commit 59633ad

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

index.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
// Import the functions you need from the SDKs you need
2-
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.1/firebase-app.js";
3-
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js";
4-
// TODO: Add SDKs for Firebase products that you want to use
5-
// https://firebase.google.com/docs/web/setup#available-libraries
6-
7-
// Your web app's Firebase configuration
8-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
9-
const firebaseConfig = {
10-
apiKey: "${{ secrets.apiKey }}",
11-
authDomain: "grouvex-a17b0.firebaseapp.com",
12-
projectId: "grouvex-a17b0",
13-
storageBucket: "grouvex-a17b0.appspot.com",
14-
messagingSenderId: "901396364006",
15-
appId: "1:901396364006:web:47731b37f05ba62c09d927",
16-
measurementId: "G-RG6DE8NJJ7"
17-
};
18-
19-
// Initialize Firebase
20-
const app = initializeApp(firebaseConfig);
21-
const analytics = getAnalytics(app);
22-
231
// Cuando se carga la página
242
window.addEventListener('load', function() {
253
// Llama a todas las funciones que quieres ejecutar cuando se carga la página

0 commit comments

Comments
 (0)