2
votes

Earlier i have deployed my project on reactJs using Firebase , and recently i have made changes to it and deployed it again using " firebase deploy" but the resulted URL is still showing the previous content but not the updated content !! what can i do? Any suggestions?

done with hard reload/using incognito window/changed my project too on firebase/updated Js files

1

1 Answers

9
votes

Maybe you forgot to build before you deployed? Try running npm run build followed by firebase deploy. Hopefully that fixes your problem :)