Search code examples
firebasefirebase-realtime-databasefirebase-console

Deleting Firebase Database on new design


Recently Firebase updated their design for the console and I can't find how to delete a Database.

I came across this post: How do I delete a database from Firebase?

But they only explain how to delete a project or to empty the database.

I would like to be able to delete completely the ferral database

databases


Solution

  • There is no way to delete a database from a project. As the linked answer says, deleting the data is the only option.