Skip to content

Settings and activity

1 result found

  1. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mobi Linear commented  · 

    We need to Use Firebase Cloud Functions to listen to Firebase Authentication lifecycle events, specifically the onAuthUpdate event, to detect password changes.

    An error occurred while saving the comment
    Mobi Linear commented  · 

    Currently, 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.