File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,28 @@ <h1>404</h1>
4242 < p > Oops! The page you're looking for doesn't exist.</ p >
4343 < p > < a href ="/ "> Go back</ a > </ p >
4444 </ div >
45+ < script type ="module ">
46+ // Import the functions you need from the SDKs you need
47+ import { initializeApp } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-app.js" ;
48+ import { getAnalytics } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-analytics.js" ;
49+ // TODO: Add SDKs for Firebase products that you want to use
50+ // https://firebase.google.com/docs/web/setup#available-libraries
51+
52+ // Your web app's Firebase configuration
53+ // For Firebase JS SDK v7.20.0 and later, measurementId is optional
54+ const firebaseConfig = {
55+ apiKey : "AIzaSyBmRX48_EdZ08-L4KCPhAunCWDy8LBIo1E" ,
56+ authDomain : "glowing-jellyfish-studios.firebaseapp.com" ,
57+ projectId : "glowing-jellyfish-studios" ,
58+ storageBucket : "glowing-jellyfish-studios.firebasestorage.app" ,
59+ messagingSenderId : "79644324993" ,
60+ appId : "1:79644324993:web:c3073d0258067326224980" ,
61+ measurementId : "G-Y0C7CHSP0Z"
62+ } ;
63+
64+ // Initialize Firebase
65+ const app = initializeApp ( firebaseConfig ) ;
66+ const analytics = getAnalytics ( app ) ;
67+ </ script >
4568</ body >
4669</ html >
You can’t perform that action at this time.
0 commit comments