JSON to Firestore Upload Script This is a small script that takes data from a JSON file and uploads it to a given Firebase collection. Requirements Node.js Firebase Admin for Node.js apps Get Started Open index.js and fill in the required setup object. Run yarn start or npm start Done!