How to update user email and be notified when email is verified?
I am using Auth.auth().currentUser?.sendEmailVerification(beforeUpdatingEmail: String)
, having reauthenticated the user (using Auth.auth().currentUser?.reauthenticate(with: AuthCredential
).