How can I recover my deleted firebase flutter base project [duplicate] - firebase

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!

There is a period of roughly 30 days, during which deleted projects can be recovered.
To recover your project click here.
Go to the bottom left and click on the pending deletion link to recover your deleted project.
Click on the checkbox to select your project
Click on Restore.

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

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

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.

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.

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

Related

What is impact by deleting android app from firebase

I want to delete android app and create a new app in firebase project to change package name, buy I don't know what impact is by delete app.
https://support.google.com/firebase/answer/7047853?hl=en
I found this doc about delete firebase. Is there any impact else after delete app?
appreciate for answer.
The app is simply removed from the project. That's all. Nothing else in the project will change. You can then create a new app, get a new configuration file for it, and start using it immediately.

API Key Problem by moving App between Firebase Projects

I have moved my Flutter App in Firebase from one Project to another new Project and replaced previous google-services.json with the new one. Then I tried the App it was still connected to the previous project, all data was created in the old project, even if I have deleted the app from the old project. I couldn't find a solution to fix it so I deleted the old firebase project and cleared all caches. Then the App started to return API is Invalid errors. I made sure that I dont have any multiple files or they API is written somewhere else a well. without the new google-services.json it returns the error No API Key was found so it seems to be right placed.
I ran out of ideas how to fix it. Did I miss anything?
SOLVED
I was having the same error and I solved it by deleting the build folder and then running flutter package
The only way to solve it was to change my package name and create a new App in my project. I guess the problem is internal at firebase that the old app didn't get properly deleted in the previous project.

having difficulty in getting api key and other relevant information in firebase

I just started with firebase and I am having some difficulty in getting api keys and other relevant data required.I am building a web app .
Here is the screenshot of the current screen that i got in firebase .
I clicked on Add project .Got directed to another page where I clicked on Develop ,then database and finally created a realtime database .But i am stuck as how to get relevant api key and other data .
I am following this tutorial
tutorial link
to get my hands on firebase and react.
I believe you are new to Firebase so I'm going to Help you with the screenshots. As Tomka mentioned please read the documentation where it covers all the required information.
1-Go to Console, Select your project(In My Case TestApp)
2-After you have selected the Project, Select Project Settings
3-As you are configuring in the Web app (React), Please click the one pointed in the image.
4-You should have the Details you are looking for something like below

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!
There is a period of roughly 30 days, during which deleted projects can be recovered.
To recover your project click here.
Go to the bottom left and click on the pending deletion link to recover your deleted project.
Click on the checkbox to select your project
Click on Restore.
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
Unfortunately, a linked Google console project and Firebase project use/are the same backend. If you delete one, it goes away from the other.
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.
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.
I deleted the project unintentionally but when I clicked on the link Restore

How do you delete a Firebase app inside of a project

I renamed my app in Xcode and that resulted in me having to create a new app in Firebase. I want to delete the other app but there doesn't look like there is the option to. There must be a way to do this, so how is it done?
At the time of posting this question this feature was not available but now it is. Select the app in your project settings, click advanced and click delete app.

Resources