0

I have created a website using react and firebase and hoisted on firebase. After making changes I want them to be visible on my website. What is the process for the same so that the website is not deployed on a different link ?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

0

Most likely you deployed the web site to Firebase Hosting by running some variant of:

firebase deploy

To update it you can simply run the same command again.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807