avojak / avojak.com

Source for personal website
https://avojak.com
0 stars 0 forks source link

Refactor to remove Firebase dependent code #15

Closed avojak closed 6 years ago

avojak commented 6 years ago

Due to performance issues with Firebase Functions, as well as rate limits for Functions calls, we need to remove all Firebase dependent code to allow the Node.js application to run on other platforms (specifically AWS).

avojak commented 6 years ago

Resolved with https://github.com/avojak/avojak/pull/14