Introduction
Sometimes you want to send visitors from one web address to another or change how URLs work without changing the visible address. Redirect and rewrite rules help you do this easily on your Firebase-hosted website.
When you want to send users from an old page URL to a new page URL automatically.
When you want to serve a single page app but keep clean URLs without .html extensions.
When you want to hide the real location of your files by rewriting URLs internally.
When you want to fix broken links by redirecting them to working pages.
When you want to change URL paths for SEO or user-friendly addresses without changing your files.