I have deployed a web app with firebase hosting. I get a URL, when I point my browser to that URL everything works fine.
I pinged the url to get the corresponding IP address say "xx.xx.xx.xx".
Now when I update my /etc/hosts file:
then point my browser to https://myapp, I get a 404.
What am I doing wrong ?