How to handle dynamic URL routing in Firebase hosting
So let's say in my public folder in Firebase i have an index.html and a salon.html . Now for a url like xyz.com/salon/43 I want to load salon.html and in the javascript I want to fetch salon 43 from the realtime database. Right now I'm able to have urls like xyz.com/salon?id=43 . I'm wondering if it is possible to do the former in Firebase hosting and if so how. You're looking for Firebase Hosting rewrites . From the documentation : Use a rewrite when you want to show the same content for multiple URLs. Rewrites are particularly useful with pattern matching, as you can accept any URL that