Code Monkey home page Code Monkey logo

firestore-database-exporter's Introduction

Firestore Database Exporter

This is a simple and tested nodejs app for export a Firestore Collection into a JSON file.

Credits

Recommended Setup

  • Clone the repo and run npm install to install dependencies
  • Assuming you already have a Firebase Account and Project, you will need your serviceAccount.json file.
  • I don't think you need your basic Firebase credentials to put in the config.js for the database url or projectID because the serviceAccount should contain the necessary data.
  • You will need your collection name that needs to be exported. Read the comments in export.js for replacing your collection name <--what ever name you have for your collection.

Important

  • NOTE: I have placed a .gitignore here already, but always ensure you protect your serviceAccount.json keys before uploading code to Github or other Repositories.

Running the app

I have a start script included in the package.json. Or you can run "node export.js" in your terminal. The console logs will show initialization and progress. Check your project folder for the new JSON file from exporting.

Special attention

  • Make sure you read your Firebase documentation in regards to Firestore Database charges for data read and writes. The limits are very high but you don't want to be surprised.

Happy Coding

  • Hope this helps if needed in a pinch or use it as a an example and rebuild your own.

firestore-database-exporter's People

Contributors

tomcatbuzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.