Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete/remove an app from a Firebase project? [duplicate]

Tags:

firebase

Where is the delete/remove button???

Attached is a screenshot of what I want to do.

firebase app delete

like image 949
ethanneff Avatar asked May 27 '16 14:05

ethanneff


People also ask

Can you duplicate a Firebase project?

There is currently no way (neither through the Console or through an API) to create a project that is a clone of another project. At the moment you will have to re-create the config data in the new project manually.

Can two apps use the same Firebase database?

Yes, You can use the same firebase database in more than one android application as below: In the Project Overview section of Firebase Console add an android application. For adding this application first you need to give that package name. Download config file in JSON format.


1 Answers

UPDATE: There is now an option to delete an app within your project. Go to your Firebase console, click app's setting gear, click manage. Click on the Advance Option's arrow, you'll see DELETE THIS APP.

enter image description here enter image description here

--Old Answer--

There is no option to delete app, just the project. When you go to the setting icon of your app, click on Manage then you'll see the "Delete Project" below.

like image 171
shibapoo Avatar answered Oct 06 '22 11:10

shibapoo