Skip to content

Commit

Permalink
changed register page in php
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-tantia committed Feb 26, 2024
1 parent bcc9078 commit b2d6aad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions redirection/register.html → php redirection/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@ <h2 class="title"><span>YOUR</span> <br>FRIEND'S</h2>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDWnF2Mag6Qsii6T9LoZTYJ-8kvTOkLpVU",
authDomain: "your-friend-s.firebaseapp.com",
projectId: "your-friend-s",
storageBucket: "your-friend-s.appspot.com",
messagingSenderId: "758497349240",
appId: "1:758497349240:web:8f0ad04db066be70c2278d",
measurementId: "G-PF8VPS1XQ2"
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
Expand Down

0 comments on commit b2d6aad

Please sign in to comment.