1

I have a React.js project I made a while ago where, for the last month of development, I didn't push any changes to Git and the laptop that I used was wiped clean. The website is hosted on Google Firebase. Is there any way to download the source files from Firebase to recover my work?

bsalgado
  • 21
  • 3

1 Answers1

0

If you didn't push your changes and the laptop was wiped, there is no way for you to recover those changes. Those changes were only applied to your local repository (your laptop).

LuVu
  • 1,053
  • 1
  • 7
  • 23