51

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!

Mir-Ismaili
  • 13,974
  • 8
  • 82
  • 100
Irurik Soft Labs
  • 661
  • 1
  • 6
  • 8

6 Answers6

139

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.
John Alexander Betts
  • 4,718
  • 8
  • 47
  • 72
  • 1
    But it doesn't show up on the firebase console after deletion. It's only in google cloud resources – Jonathan002 Jun 19 '18 at 08:01
  • @Jonathan002 they put the projects in that status and give you 30 days to recover the project if you want – John Alexander Betts Sep 06 '19 at 13:52
  • I restore my project and also restore all cloud firestore data. Now everything is okay or I need to follow any other step? @JohnAlexanderBetts – Ali Feb 28 '20 at 10:31
  • No. You don't need to do anything else – John Alexander Betts Feb 29 '20 at 11:49
  • Where should I find the Restore button? – Berry Blue Oct 18 '20 at 23:10
  • @BerryBlue The restore button is above the list of the projects to be deleted. – John Alexander Betts Oct 24 '20 at 01:48
  • 1
    Irurik Soft Labs please mark as right this question its relly help to all developer @JohnAlexanderBetts thanks – Harshil Kotecha Jan 31 '22 at 18:04
  • Note that some credentials (like OAuth2 client) may be not restored automatically. You need to restore them separately. For that go to "API & Services" > "Credentials" > "Restore deleted credentials" -> pick needed ones and restore them. – Amaimersion May 11 '23 at 13:01
  • hello , i've deleted my project too and recover it like it's showing above , but now when i click on the project they say that This project has been recently deleted. It can be undeleted from the Cloud console . – Hichem Boutalbi May 15 '23 at 21:29
  • how long does it take for you to recover to project? It's been 5 hours since I click on recover. I can see the project. But when I try to access it it still say that the project is deleted. But it is definitely recovered from the Google Console point – le Minh Nguyen Jun 08 '23 at 18:15
17

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

Rajan rek
  • 322
  • 2
  • 8
1

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

Arun Venkatesan
  • 403
  • 3
  • 7
1

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.

HuyTTQ
  • 388
  • 3
  • 7
  • Went crazy over connecting app to firebase, which was giving me the 'app already added to another project' error.. although I cleared all my known accounts. Finally I was able to connect removing the debug keystore. – Abu Ruqaiyah Mar 04 '19 at 10:25
  • This question is not about Android. – charles-allen Apr 08 '20 at 15:40
1

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

Suresh B B
  • 1,387
  • 11
  • 13
0

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

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 19 '23 at 04:10