File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 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
242window . addEventListener ( 'load' , function ( ) {
253 // Llama a todas las funciones que quieres ejecutar cuando se carga la página
You can’t perform that action at this time.
0 commit comments