referral-petro 的fire base
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// 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: "AIzaSyCDBKbV6FwSow5W-L3bJkWJuyoGY7nmHQ0",
authDomain: "referralpetro.firebaseapp.com",
projectId: "referralpetro",
storageBucket: "referralpetro.firebasestorage.app",
messagingSenderId: "893494591505",
appId: "1:893494591505:web:1547807368b1a33fd6f1b0",
measurementId: "G-EDY7RL7DP4"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);