shibapoo
shibapoo

Reputation: 1909

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!

Upvotes: 14

Views: 24275

Answers (3)

Frank van Puffelen
Frank van Puffelen

Reputation: 598916

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

Upvotes: 19

Diego Venâncio
Diego Venâncio

Reputation: 6007

If you delete your project, dont worry. You have 30 days for recovery in Google Cloud Platform. Then you will receive a email with a link for this.

https://console.developers.google.com/cloud-resource-manager?pendingDeletion=true&organizationId= some ID

Upvotes: 4

Lior Shitrit
Lior Shitrit

Reputation: 101

I am sorry but the answer is no. the rollback is available only with firebase hosting.

for the future you should download a backup by simply clicking on 'Export Data' in your project root.

Upvotes: 3

Related Questions