How to Delete Current App From Project in Firebase? Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster and in a more secure way. No programming is required on the firebase side which makes it easy to use its features more efficiently. It provides services to android, ios, web, and unity. It provides cloud storage. It uses NoSQL for the database for the storage of data. Sometimes when developing apps we sometimes create only one project in Firebase and add all the apps in that project. After we complete working on that we want to remove all temporary app from the main project in the project. Here we are going to delete the current App from the project from Firebase. Step By Step Implementation Step 1: Select your project in the new Firebase Console Step 2: In the top left, next to the project name, click the settings/wheel icon From the Firebase console. Step 3: Now Select your App that you want to remove from all app Step 4: Then Click on Remove this app. Step 5: Now Click on Remove App Permanently. Comment More infoAdvertise with us Next Article How to Delete User Account from firebase authentication in web ? A annianni Follow Improve Article Tags : How To Firebase Similar Reads How to Delete and Recover Firebase Project? Here, we are going to Delete and Recover Firebase Project. This feature will be useful when we have by mistake deleted our project and we want to recover that project. Or it may be possible that we had deleted our project because we had no use of that, but now we need that firebase project. Note: A 1 min read How to Transfer Firebase Data From One Project to Another? Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster and in a more secure way. We require No programming on the firebase side which makes it easy to use its features more efficiently. It provides services 2 min read How to Delete User Account from firebase authentication in web ? We are working on the firebase series, Firebase gives various functions to use in our application. like database, authentication, hosting, etc., In this article, we will see how to delete a user account from the firebase authentication.Firebase has a delete function that deletes the user account fro 3 min read How to Delete Data from Firebase Realtime Database in Android? In this article, we will see How to Delete added data inside our Firebase Realtime Database. So we will move towards the implementation of this deleting data in Android Firebase. Â What we are going to build in this article? Â We will be showing a simple AlertBox when the user long clicks on the ite 4 min read How to Delete Data from Firebase Firestore in Android? In the previous article, we have seen on How to Add Data, Read Data, and Update data in Firebase Firestore in Android. Now we will see How to Delete this added data inside our Firebase Firestore. So we will move towards the implementation of this deleting data in Android Firebase. Â What we are goin 6 min read How to Delete a Firebase User from Android App? We have seen in many of the apps that if have the choice to delete the user or can say your account permanently. Here we are going to see how we can implement that in our app and can delete our account permanently from the firebase authentication. Here while writing our code we will remove the user 3 min read Like