Saudi Calendar

Learn about what is coming up!

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'; } }); });