/FirestoreImporter

Tool to import JSON files in Google's Firestore.

Primary LanguageJavaScriptMIT LicenseMIT

DB Importer

How to use

  1. Add web project configuration in Firebase console. Generate configuration and replace in config.js. Open settings and create service account, download configuration and replace in serviceAccount.json.
  2. Convert .csv file into JSON using this link - (CSV to JSON - CSVJSON)
  3. Copy JSON data into file (example.json).
  4. Save file
  5. Check access rules at Firestore. If collection that you need to update has allow read: if request.auth.uid != null change it to allow read, write and publish. Don't forget to revert it back.
  6. Delete collection in Firestore
  7. Open terminal and run
node import_*collection*.js

Contacts

lbrdev.contact@gmail.com