cgerling / booktionator

Your custom book trade platform
https://booktionator.firebaseapp.com/
MIT License
1 stars 0 forks source link

Isolate app logic to Cloud functions #41

Open korokd opened 7 years ago

korokd commented 7 years ago

Remove heavy app logic from application client and move to dedicated cloud functions. The operations to be isolated are: get users, books, offers, auction and transactions from database; push offers and auctions to the database.