I want to check if a user confirmed his email on another device, i.e. opened the email.
My hacky way is to check with setInterval
every 2secs and check auth.currentUser.emailVerified
Is there any way to subscribe to auth updates? like confirming email, adding a phone, or changing his displayName?