About
Blog
Destinations
Explore Saudi Arabia
AlUla
Riyadh
Jeddah
Red Sea
Neom
Sindalah
Hajj & Umrah
2030
Map
Calendar
Services
Travel Resources
Accommodation
Event Management
Guest Management
Travel Packages
Catering
Car Rentals
Ask a Saudi
Saudi Calendar
Learn about what is coming up!
View all
No items found.
document.addEventListener('DOMContentLoaded', () => { const auth = firebase.auth(); auth.onAuthStateChanged((user) => { if (!user) { // Redirect to the Sign-In page if the user is not logged in window.location.href = '/sign-in'; } }); });