Settings and activity
1 result found
-
20 votes
An error occurred while saving the comment An error occurred while saving the comment Mobi Linear commentedCurrently, auth functions (triggers) supports onCreate and onDelete.
Any plans to add onUpdate/onWrite trigger which will allow trigger a function when user is updated.
I understand this is not a common use case since users doesn't change much after first signup but if you set custom claims to users and want to sync it with Firestore users collection for example such trigger can be helpful.
We need to Use Firebase Cloud Functions to listen to Firebase Authentication lifecycle events, specifically the onAuthUpdate event, to detect password changes.