// Your web app's Firebase configuration var firebaseConfig = { apiKey: "AIzaSyDf6AXe3vzWTq4m0ZFdFYuhGpR8wXLPMVQ", authDomain: "auth.rk9.gg", databaseURL: "https://rk9-project-2.firebaseio.com", projectId: "rk9-project-2", storageBucket: "rk9-project-2.appspot.com", messagingSenderId: "524333022195", appId: "1:524333022195:web:63664a4dd5b49774477086", measurementId: "G-G4JCEPVKW6", }; // Initialize Firebase firebase.initializeApp(firebaseConfig); firebase.analytics(); if (typeof firebase === 'undefined') { const msg = "Please paste the Firebase initialization snippet into index.html. See https://console.firebase.google.com > Overview > Add Firebase to your web app."; console.log(msg); alert(msg); }