Relative Content

Tag Archive for typescriptfirebasegoogle-cloud-functions

Firebase Cloud Functions proper way to return

I’m writing a Cloud Function for Firebase which should change a user’s password on my web app. Everything is working fine, but I was just wondering whether my code is optimized and well written, since a bad coding could cause me unexpected costs from Firebase itself.
Here is my function: