How do you delete a Firebase app inside of a project - firebase

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.

Related

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

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

Firebase Console delete part of Project

I am using firebase with my android and iOS app.
My android app got removed from play store once (had to be 18+, it was 16+, don't know why they deleted it, its a joke app and no nudity or brutality is shown :D). Now many users have the old version which will receive no updates anymore. We managed to get many users to change to the new app (uploaded with different package name, everything else is the same)
I want to remove the old version from firebase. It uses old code and will not receive updates.
QUESTION
If I remove the old app from the project, will users still be able to connect to my firebase?
My hope is that they won't be able and will remove the old app (and maybe look up the new one as a reaction)
Will it make anything unexpected? I did not find anything about it despite that I lose the analytics.
As I cannot update the old app there is probably no other way to remove it.
To connect to the Realtime Database from an Android or iOS app, all the app needs to know if the URL of that Realtime Database. So no matter if there's an app registration in the Firebase project or not, if the code has the right URL it can connect.

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.

Google App Maker app not working after deploy

I have built an app with Google App Maker which has a Suggest Box linked to a table by a Query parameter.
The app works correctly in Preview mode, but when I deploy it, the Suggest Box doesn't suggest anything!
I have deployed it once before (without a select box as I recall) and it worked correctly.
I tried redeploying to the original deployment and deploying to a new deployment, same result.
Am I missing some security setting or something?
I am using Drive Tables as my datasource. The kind people at Google sent me a couple of links which helped me to understand what's going on: previewing and publishing your application and running as user or developer.
The crux of the issue is that when you deploy an app and run it as user (default), it doesn't take any Drive Table data with it. If you want to add Drive Table data to the deployed app, you have to do this:
Open App Maker
Go to App Settings
Go to Deployments
Select your most recent deployment and click: “EXPORT DATA”
Make sure you select Preview from the Deployments drop down list.
Click Export
This will export all your Preview data to a new Google Spreadsheet.
Now go to your Drive models in the App Maker and click “IMPORT DATA FROM SHEET”
Here you can choose to import data to your Deployed version.
After completing the import process, you will have all your data in the Deployed app.
All courtesy of Google but I didn't find it in the docs, so it might help someone.
Use the browser console to see if there's an error on the connection, make sure the user has access to the datasource and if you're using cloud SQL check the parameters of cloudSQL in the publication

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

Resources