Firebase Authentication: Email validation always returns "Email not registered" in Flutter
I'm working on a Flutter app where I'm using Firebase Authentication for email and password sign-in. The app has a flow where users first enter their email on the sign-in screen. After they click "Continue," the app checks if the…