fireship-io / fireship-quizapp-data

A node script to populate Firestore with quiz questions
89 stars 48 forks source link

dependecies update, error handling of async fn #15

Closed petermezes closed 1 year ago

petermezes commented 3 years ago

Hey, I started Flutter course and when I wanted to populate data, I had few errors. This PR contains fix by update of dependencies. Node version requires to be 10+ (tested on 8, 10, 12, 14, 16). I also added catch to async fn for better readability of error messages.