How do I get a confirmation when the email is updated so that I can save the new email into Firebase Firestore?
I am updating my current login email using verifyBeforeUpdateEmail() function from firebase authentication, which successfully updates the email (in the Authentication) upon user verification of the email link received in their inbox. So my task is once that is done,…