I use angular2-cli and angularfire2. I wanted to add github authentication but to do so I needed to add callback URL. Okay, I did it but when I tried to log in via Github I got a message that my page hasn't been deployed.
What I did? Well, I just type
firebase init
firebase deploy
and since then I can't do anything on my site because of that annoying message:
Welcome to Firebase Hosting
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
OPEN HOSTING DOCUMENTATION
I don't want to create any hosting. I wan't to go back, remove that, so when I type again ng serve
I will see my page instead of that message. How to do that?
I tried typing "firebase hosting:disable" into cmd and though I've got a message that all is OK, i still get above message about hosting".