Search code examples
firebasefirebase-console

How do I delete a database from Firebase?


This must be staring me in the face, but don't see the command. How do I delete an unused Firebase DB from the Console in the new Firebase? And Google did not help with an answer, which is kind of a first.


Solution

  • 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