View and edit Realtime Database data in the Firebase console

The Data page in the Firebase console provides an overview of the data contained in your Realtime Database instances. This page of the console can be helpful when you're setting up your database structure for the first time.

From this page you can import or export your database data in JSON format, or manually edit data in the web interface. For more information on best-practices with structuring your data, see the "Structure Your Database" page for the platform of your choice:
iOS+ | Android | Web | Flutter | Unity | C++ | Server | REST.

Export JSON data

To export data as JSON:

  1. Select the node that you want to export. This also exports all children of the node.

  2. Click > Export JSON.

Your browser will begin downloading a JSON file for your database data.

Import JSON data

To import data:

  1. Select the node that you want to import data to. Child elements in the imported data are automatically created.

  2. Click > Import JSON.

  3. Browse to the file that you want to import and click Import.