How to recover deleted project from firebase console

后端 未结 4 923
灰色年华
灰色年华 2020-12-05 22:55

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 im

相关标签:
4条回答
  • 2020-12-05 23:37

    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.
    0 讨论(0)
  • 2020-12-05 23:37

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

    0 讨论(0)
  • 2020-12-05 23:38

    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

    0 讨论(0)
  • 2020-12-05 23:49

    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.

    0 讨论(0)
提交回复
热议问题