Untitled SNIPPET

Tung Pham (tungpham42) plaintext Public Aug 09, 2026 05:39 PM
Share
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// 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
const firebaseConfig = {
  apiKey: "AIzaSyC_nvnoby5TD2HshK6YNuy_8bBOF9rH4ww",
  authDomain: "softy-gift.firebaseapp.com",
  projectId: "softy-gift",
  storageBucket: "softy-gift.firebasestorage.app",
  messagingSenderId: "919340457196",
  appId: "1:919340457196:web:cdf2900d0be6471fc659c9"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);