Update firebase.ts

This commit is contained in:
Fayzan Naufal Suparjo 2024-04-05 22:32:33 +07:00 committed by GitHub
parent cde52bfa59
commit c47b8c891c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,15 +4,17 @@ import { getAuth } from 'firebase/auth';
// TODO: Replace the following with your app's Firebase project configuration
// See: https://firebase.google.com/docs/web/learn-more#config-object
const firebaseConfig = {
apiKey: 'AIzaSyBoNw4Rdor3ZtV1rvW-gHX8sQSTo4WFyrA',
authDomain: 'xcs-v2.firebaseapp.com',
projectId: 'xcs-v2',
storageBucket: 'xcs-v2.appspot.com',
messagingSenderId: '14083520042',
appId: '1:14083520042:web:66c6be95820ccdd6c83553',
measurementId: 'G-WWDP45MK4K'
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
authDomain: "xcsbyrestrafes.firebaseapp.com",
projectId: "xcsbyrestrafes",
storageBucket: "xcsbyrestrafes.appspot.com",
messagingSenderId: "349487090032",
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
measurementId: "G-N12CXH8X0F"
};
// Initialize Firebase
const app = () => {
const apps = getApps();