Open In App

How to Transfer Firebase Data From One Project to Another?

Last Updated : 21 Jun, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster and in a more secure way. We require No programming on the firebase side which makes it easy to use its features more efficiently. It provides services to android, iOS, web, and many more. It provides cloud storage. It uses NoSQL for the database for the storage of data.

The Firebase Realtime Database is a cloud-based NoSQL database that manages your data at the blazing speed of milliseconds. In the simplest terms, it can be considered as a big JSON file. Here we will look into the process transfer firebase data from one project to another. To do so follow the below steps:

Firstly we will export our data and then we will import our data in another project.

Steps for Exporting Data:

Follow the below steps to export  Data from Firebase:

Step 1: Go to Realtime Database Screen in your Project from where you want to transfer data.

Step 2: Click on the three dots shown in the top right corner.

Step 3: Then Click on Export JSON file.

Step 4: Then you see a screen like this Exporting JSON. Then you will find that the file is downloaded in JSON format.

Steps For Importing Data:

The following steps can be also used to import data from firebase in JSON format to another project:

Step 1: Go to Realtime Database Screen in your Project where you have to import data.

Step 2: Click on the three dots shown in the top right corner.

Step 3: Then Click on Import JSON file.

Step 4: Then you see a screen a dialog box appear. Here Click on Browse and Choose the downloaded File From Above Steps and Click on Import.

Now you can see the data is imported in your new project.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads