jeffminsungkim / Ashy

0 stars 0 forks source link

Upload image files to storage #40

Open jeffminsungkim opened 6 years ago

jeffminsungkim commented 6 years ago

Objective

Store image files to storage by using cloud functions.

Currently, an image upload function runs from the client-side, and it is very slow at the moment. (Execution took about 10000~ 27000 ms) This process should run from the server-side simply because to present a better performance to the end users.