问题
Couldn't find it in the Firebase docs but is there a listener for when a password is changed like there is for when an account is created?
functions.auth.user().onCreate
Goal: Sending an email to the user that his/her password has been changed in the web app.
回答1:
No, there is no trigger for Firebase Auth account updates. Feel free to file a feature request.
来源:https://stackoverflow.com/questions/55026202/firebase-cloud-function-listener-for-password-change