Closed vindennt closed 1 year ago
Firebase is vendor locked and current implementation of non-global variables is costing many unnecessary reads. Use redux to manage redundant global states such as current money, current user.
Finished refactorization as of branch 8 being merged
Firebase is vendor locked and current implementation of non-global variables is costing many unnecessary reads. Use redux to manage redundant global states such as current money, current user.