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