Skip to content

Commit

Permalink
Update admin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent 0056353 commit 5c82cbf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions public/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
<link rel="stylesheet" href="style.css" class="rel">
<script defer src = "sprout.js" type="module"></script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDA5itOehOkeLc9ob3a8GsTJ9VhbWdee7I",
authDomain: "sprout-financials.firebaseapp.com",
projectId: "sprout-financials",
storageBucket: "sprout-financials.appspot.com",
messagingSenderId: "864423850272",
appId: "1:864423850272:web:725227e1ed9a578ef36745",
measurementId: "G-Z0E9H5Z16M"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDA5itOehOkeLc9ob3a8GsTJ9VhbWdee7I",
authDomain: "sprout-financials.firebaseapp.com",
projectId: "sprout-financials",
storageBucket: "sprout-financials.appspot.com",
messagingSenderId: "864423850272",
appId: "1:864423850272:web:725227e1ed9a578ef36745",
measurementId: "G-Z0E9H5Z16M"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
Expand Down

0 comments on commit 5c82cbf

Please sign in to comment.