fireship-quizapp-data
fireship-quizapp-data copied to clipboard
A node script to populate Firestore with quiz questions
Quiz Questions for the Flutter Firebase Course
This repo allows you to populate your database with quiz questions for Flutter Firebase - The Full Course
Instructions
Requires Node.js >= 8.
- Clone this repo, cd into it, and run
npm install
. - Download your service account (generate private key) from the Firebase Console under settings, then save it in the root of this project as
credentials.json
. - Run
node quizzes.js
andnode topics.js