This project is a tool for transfering nested firebase database to CSV file. Built by React, it can be run locally or be hosted on server.
In current version, the Mjolnir can deal with database followed a certain structure: Firebase name -> experiment name -> trial name -> record. Inside record, you can have as many as attributes you like, but no more nested structure.
Select attributes you want to include and you can rename any of them, then download them as CSV file
Instead of type in URL and API key every time, you can pass them as query parameters in URL. Then it can be saved to your bookmark
e.g. mjollnirURL/?databaseurl=abcd&databasekey=1234
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.