A new Flutter project.
https://firebase.google.com/docs/cli#install-cli-windowsf
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.
##Generate test data
install firebase-admin: npm install firebase-admin --save npm install fs-extra npm install yamljs cd testdata node quizzes.js node topics.js
##Generate models.g.dart file import "part 'models.g.dart';" run: flutter pub run build_runner build