Why i can’t access the firebase hosted site with the www prefix if I remove www From there it works.
Check this demo site :–
https://www.fir-demo-project.web.app : Not working ❎
https://fir-demo-project.web.app : Working ✅
Why i can’t access the firebase hosted site with the www prefix if I remove www From there it works.
Check this demo site :–
https://www.fir-demo-project.web.app : Not working ❎
https://fir-demo-project.web.app : Working ✅
2
Answers
To redirect http://www.fir-demo-project.web.app to fir-demo-project.web.app then you need to add CNAME record.
To redirect fir-demo-project.web.app to http://www.fir-demo-project.web.app, you need to add A record.
Kindly check your DNS entries for the domain
Firebase Hosting simply does not provide a free www address for your site. According to the documentation, here is what you get for free:
If you want to customize the domain for your site, you need to register a domain and configure Firebase Hosting to use that. You can then control the domain any way you like.