// Testing numbers:
// +972 444444444 (OTP: 444444)
// +972 666666666 (OTP: 666666)
// +972 111111111 (OTP: 111111)
// +972 222222222 (OTP: 222222)
// +972 55-555-5555 (OTP: 555555)
// +972 333333333 (OTP: 333333)
// +972 77-777-7777 (OTP: 777777)
// +972 888888888 (OTP: 888888)
// +972 999999999 (OTP: 999999)
//
// 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: "AIzaSyCIGBbn-2icdrsHzf90G_rWY7ZywdfgZk4",
  authDomain: "multideal-49eff.firebaseapp.com",
  projectId: "multideal-49eff",
  storageBucket: "multideal-49eff.firebasestorage.app",
  messagingSenderId: "275238703249",
  appId: "1:275238703249:web:7ae5ce7bab6dc65c716f30",
  measurementId: "G-6QL3S2RFHE"
};

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








