mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-17 05:42:13 -06:00
Update firebase.ts
This commit is contained in:
parent
cde52bfa59
commit
c47b8c891c
|
@ -4,15 +4,17 @@ import { getAuth } from 'firebase/auth';
|
||||||
// TODO: Replace the following with your app's Firebase project configuration
|
// TODO: Replace the following with your app's Firebase project configuration
|
||||||
// See: https://firebase.google.com/docs/web/learn-more#config-object
|
// See: https://firebase.google.com/docs/web/learn-more#config-object
|
||||||
const firebaseConfig = {
|
const firebaseConfig = {
|
||||||
apiKey: 'AIzaSyBoNw4Rdor3ZtV1rvW-gHX8sQSTo4WFyrA',
|
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
|
||||||
authDomain: 'xcs-v2.firebaseapp.com',
|
authDomain: "xcsbyrestrafes.firebaseapp.com",
|
||||||
projectId: 'xcs-v2',
|
projectId: "xcsbyrestrafes",
|
||||||
storageBucket: 'xcs-v2.appspot.com',
|
storageBucket: "xcsbyrestrafes.appspot.com",
|
||||||
messagingSenderId: '14083520042',
|
messagingSenderId: "349487090032",
|
||||||
appId: '1:14083520042:web:66c6be95820ccdd6c83553',
|
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
|
||||||
measurementId: 'G-WWDP45MK4K'
|
measurementId: "G-N12CXH8X0F"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Initialize Firebase
|
// Initialize Firebase
|
||||||
const app = () => {
|
const app = () => {
|
||||||
const apps = getApps();
|
const apps = getApps();
|
||||||
|
|
Loading…
Reference in a new issue