Relative Content

Tag Archive for flutterfirebasefirebase-authentication

Finds a error when try to run my flutter project

I’m working on a Flutter app for Android and have encountered an issue when i add if a user is present then there is a no need for login again after refreshing the page . in the flutter project by creating the file CheckUser but when i call this file from the main dart then it gives me the error with a red screen with text —- Expected a value of type ‘Widget ‘, but got one of type ‘_Future<dynamic>’ See also:https://flutter.dev/docs/testing/error.

Flutter invalid-email FirebaseAuth exception

I have a problem when trying to sign up and enter credentials. I enter a valid email format [email protected], and i get this exception : [firebase_auth/invalid-email] The email address is badly formatted.