View and edit Realtime Database data in the Firebase console
Stay organized with collections
Save and categorize content based on your preferences.
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:
Select the node that you want to export.
This also exports all children of the node.
Click more_vert> Export JSON.
Your browser will begin downloading a JSON file for your database data.
Import JSON data
To import data:
Select the node that you want to import data to.
Child elements in the imported data are automatically created.
Click more_vert> Import JSON.
Browse to the file that you want to import and click Import.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-13 UTC."],[],[]]