Skip to content

Commit

Permalink
Update signlogin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KalamPinjar committed May 7, 2024
1 parent 3fb85ce commit 958b786
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions LandingPage/src/signlogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ import { getStorage, ref as sref, uploadBytes, getDownloadURL } from "https://ww
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyCxRzkNAyNIr6GnJE7GGic2kOJh_xQoQQ0",
authDomain: "cipherweb-a2c6b.firebaseapp.com",
projectId: "cipherweb-a2c6b",
storageBucket: "cipherweb-a2c6b.appspot.com",
messagingSenderId: "169319433436",
appId: "1:169319433436:web:3f420e647573d50e6fe019",
measurementId: "G-KL8BY17RQH",
databaseURL: "https://cipherweb-a2c6b-default-rtdb.firebaseio.com/"
//your config here
};

// Initialize Firebase
Expand Down Expand Up @@ -291,4 +284,4 @@ signOutbtn.addEventListener('click', function () {
// An error happened.
console.log(error)
});
})
})

0 comments on commit 958b786

Please sign in to comment.