Firebase – Redirect to page when a URL path pattern is identified
I'd like any traffic that comes to: mysite.com/suppliers/add-supplier To be directed to add-supplier.html when the path is identified in my firebase.json config file. I've tried this: { "firestore": { "rules": "firestore.rules", "indexes": "firestore.indexes.json" }, "hosting": { "public": "public", "ignore": […