#Redirect on user authentication
5 messages · Page 1 of 1 (latest)
You can use Astro.redirect
https://docs.astro.build/en/guides/server-side-rendering/#astroredirect
Thank you 😊
that will probably not work since firebase login usually happens client side afaik
Oh I didn't know that, I don't know of a proper way to do that but changing document.location.href/window.location.replace(url) will load a new url