The Scapia experience goes beyond travel — it’s about creating memories for life.
01
Explore & Choose
Browse our curated trips and pick your perfect adventure.
02
Customize Your Trip
Tailor the itinerary to fit your needs and preferences.
03
Confirm Your Booking
Secure your spot with a simple and quick reservation process.
04
Pack & Get Ready
Receive your full trip details and preparation checklist.
// 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: "AIzaSyAFQY483pXQMesZqd1g6QfLANDHTstCXfY",
authDomain: "ouoba-production.firebaseapp.com",
projectId: "ouoba-production",
storageBucket: "ouoba-production.firebasestorage.app",
messagingSenderId: "1080135528658",
appId: "1:1080135528658:web:557792fdf9ed203b817d0b",
measurementId: "G-6HMSP7PS3H"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);