devshafeeque / firestore-csv-export

Export firestore collection to csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase - Firestore Data Export

Export firestore collection to csv

Installation

yarn 
or 
npm install
  • Get service account details from firebase console Link
  • Update collection and field details in index.js
  • run the script using following command
yarn export
or
npm run export

About

Export firestore collection to csv


Languages

Language:JavaScript 100.0%