Flutter: How to listen to the FirebaseUser is Email verified boolean?
问题 My Idea: I want to use the Firebase Auth Plugin in Flutter to register the users. But before they can access the App, they have to verify their Email address. Therefor I push the Firebase users after registration to a verification screen. This is just a loading screen wich tells the user that he has to verify his email. But now: How can I continuously listen, if the users email is verified or not and send him (when true) to the Homescreen? I'm new to Flutter and I don't know if I have to use