grill-lab / Vote-Goat-Backend

Multiple vote goat backend components
MIT License
1 stars 1 forks source link

[Firebase] TODO: Improve JS ES6 promise usage #12

Open grctest opened 6 years ago

grctest commented 6 years ago

See: https://www.datchley.name/promise-patterns-anti-patterns/

We currently have nested promises throughout our cloud function, we aught to correct this coding pattern to improve readability & coding practice 👍