I have successfully hosted my page on firebase, however, when it comes to updating the site with new features, I'm struggling.
I have followed the advice on this response but I can't get it to work...
I'm wondering if anyone has a different alternative? At the moment, Im trying:
- npm run build (to rebuild my file after updates)
- firebase init
- Select => Hosting: Configure and deploy Firebase Hosting sites
- Answer: What do you want to use as your public directory? Build
- Single app? yes
- firebase deploy
I get this message:
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
My problem is that I'm sharing the url with people so they can test it, and as I cant update, I have to redeploy and this will cancel the previous link.