Irurik Soft Labs
Irurik Soft Labs

Reputation: 781

How to recover deleted project from firebase console

I imported my project from by using Import Google Project in firebase console. Then I deleted it permanently thinking that I will again import it. But now when i click to import, that project is not coming in the list. Kindly help me set it. Thanks in advance!

Upvotes: 59

Views: 54675

Answers (7)

Hammad Ali
Hammad Ali

Reputation: 417

How to restore an app to a Firebase project If you need to restore an app that's been removed from a Firebase project, you can do so within 30 days of the app's removal.

  1. Sign into the Firebase console, and then open your project.
  2. Click the Settings icon, and then select Project settings.
  3. In the Your apps card, click Apps pending deletion.
  4. In the row for the app that you want to restore, click RESTORE APP.
  5. Confirm the changes that will occur with the restoration of the app.
  6. Click Restore app.

For reference please go to How To restore your deleted Firebase Project

Upvotes: 0

I deleted the project unintentionally but when I clicked on the link Restore

Upvotes: 0

Suresh B B
Suresh B B

Reputation: 1420

You can recover the projects with in a month which you have deleted your project form firebase console then you would have got an email notification that your project is going to shutdown and in that mail they provide a link to restore the project with the given time frame so just click on the link and you would see list of the project that are pending to delete then check on the project you want to restore and then click on restore.

enter image description here

Upvotes: 1

Rajan rek
Rajan rek

Reputation: 390

OK so if by mistake you have deleted your project form firebase then you would have got an email notification that your project is going to shutdown and in that mail they provide a link to restore the project with the given time frame so just click on the link and you would see list of the project that are pending to delete then check on the project you want to restore and thn click on restore

Upvotes: 18

HuyTTQ
HuyTTQ

Reputation: 388

I have just face with this issue. After try to reverse Firebase project and is not possible. So my solution is remove debug.keystore -> Clean project -> Rebuild project. The result is I have new SHA1 key. Then can try setup again with Fire Base Assistant.

Upvotes: 1

John Alexander Betts
John Alexander Betts

Reputation: 5206

There is a period of roughly 30 days, during which deleted projects can be recovered.

  1. To recover your project click here.
  2. Go to the bottom left and click on the pending deletion link to recover your deleted project.
  3. Click on the checkbox to select your project
  4. Click on Restore.

Upvotes: 155

Arun Venkatesan
Arun Venkatesan

Reputation: 403

Unfortunately, a linked Google console project and Firebase project use/are the same backend. If you delete one, it goes away from the other.

Upvotes: 1

Related Questions