How do I delete a database from Firebase?

THIS DELETES THE ENTIRE PROJECT

To delete ONLY the database just delete the top level object/node.


Click on your project (the white box below, hiding name):

project

Then click on gear (settings) icon and click "Project Settings":

settings

Scroll to bottom and click "DELETE PROJECT":

delete


Another way if you don't want to delete the project, and just the database, is to create a file on your computer empty.json like this:

{}

Then click on the ... and "Import JSON" Import JSON

Then "Browse" and upload your empty file: enter image description here

You overwrite your database with an empty JSON file, effectively "deleting" the old database.