jeffminsungkim / Ashy

0 stars 0 forks source link

Firebase user deletion using Cloud Functions #26

Closed jeffminsungkim closed 6 years ago

jeffminsungkim commented 6 years ago

Objective Write a cloud function which handles user deletion from server-side.

Currently, Ashy taking care of a user deletion 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.