Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-tantia committed Feb 26, 2024
2 parents b4f1f8b + 18ee843 commit 8f3e560
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions php redirection/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,27 +246,4 @@
</script>
</body>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.8.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: "<?php echo $apiKey; ?>",
authDomain: "<?php echo $authDomain; ?>",
projectId: "<?php echo $projectId; ?>",
storageBucket: "<?php echo $storageBucket; ?>",
messagingSenderId: "<?php echo $messagingSenderId; ?>",
appId: "<?php echo $appId; ?>",
measurementId: "<?php echo $measurementId; ?>"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</html>

0 comments on commit 8f3e560

Please sign in to comment.