A little bit late to the discussion, but as @renaud-tarnec wrote, up to this date Firebase does not support onUpdate trigger for the Authentication. The workaround I have implemented was to check if the emails match for both the auth and the firestore docs each time the user log-ins to the website. Additionally, when user changes their email/password I am signing them off to force them to log in. Hope it helps!