Skip to content

wpivis/firebase-mjolnir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase-Mjolnir

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.

Database Structure:

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.

Usage

Type in url and api key of your firebase project

url&key

Select the experiment you want to examine

select sub database

Select attributes you want to include and you can rename any of them, then download them as CSV file

download

You can also select attributes across different collections.

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

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published