flutter-firebase-registration-ui
flutter-firebase-registration-ui copied to clipboard
Simple and clean login registration system designed to quickly setup Firebase with Flutter. Uses email and password authentication and Firestore to fetch user information.
Results
1
flutter-firebase-registration-ui issues
Sort by
recently updated
recently updated
newest added
I'm getting an error when signing up and trying to login: `Unhandled Exception: type 'NoSuchMethodError' is not a subtype of type 'PlatformException'` On registration: `_RegisterPageState.build.. (package:chronicillnessapp/register_page.dart:215:42)` On login: `_LoginPageState.build.. (package:myapp/login_page.dart:92:54)`...