-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS script doesn't work, can I submit a python alternative? #18
Comments
The NodeJS script wasn't working for me because there were some dependency issues. Getting the latest packages fix this:
|
Thanks , it works |
Still doesn't work even with running dpst999's script. ❯ node quizzes.js Error: Cannot find module '@google-cloud/firestore'
|
Tried automatically populating the database with the NodeJS script, but couldn't get it to work. It was easy enough to reimplement the functionality in Python. Are you interested in hosting the python version on this repository for others to use?
The text was updated successfully, but these errors were encountered: