jeffminsungkim / Ashy

0 stars 0 forks source link

Firebase email signup authentication using Cloud Functions #25

Closed jeffminsungkim closed 6 years ago

jeffminsungkim commented 6 years ago

Objective Write a cloud function which handles user sign up authentication from server-side.

Currently, Ashy taking care of a user authentication process from the client-side. And certainly, this work can be handled by the client without having any problems. But Cloud Functions enable me to offload this work, meaning less processing power, less battery usage, and less data usage client-side. Plus, I won't have to duplicate the same process for my code in iOS, Android, and web.

jeffminsungkim commented 6 years ago

5ff0d22b4c69ce60c3237d43055aee98ea08a8ca