Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restore database in Firebase

If I deleted my app on Firebase, then after a week I want to restore it, is that possible? I understand that there is a note that it will be permanently deleted after confirming.. Thanks!

like image 395
shibapoo Avatar asked Mar 12 '16 07:03

shibapoo


1 Answers

Firebase keeps backups of the data in your Realtime Database. If you accidentally delete data from your database, you can reach out to Firebase support and ask for the data to be restored.

You can also check out Announcing Automated Daily Backups for the Firebase Database

like image 56
Frank van Puffelen Avatar answered Sep 17 '22 16:09

Frank van Puffelen