Firebase UI Auth New Package in Flutter for All of Methods login page - [ Email / Password Sign in, Phone Sign in, Email link, Email verification, Sign in with Apple, Google Sign in, Twitter Login, Facebook Sign in
[https://youtu.be/iLTXPP7UiSU]
[https://youtu.be/5z4ulafhUD0]
firebase_ui_auth: [https://pub.dev/packages/firebase_ui_auth]
To understand what Firebase UI for authentication offers, the following documentation pages walk you through the various topics on how to use the package within your Flutter app.
Available auth providers:
EmaiAuthProvider - allows registering and signing in using email and password. [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/providers/email.md]
EmailLinkAuthProvider - allows registering and signing in using a link sent to email. [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/providers/email-link.md]
PhoneAuthProvider - allows registering and signing in using a phone number [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/providers/phone.md]
UniversalEmailSignInProvider - gets all connected auth providers for a given email. [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/providers/universal-email-sign-in.md]
OAuth [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/providers/oauth.md]
Localization [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_localizations/README.md]
Theming [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/theming.md]
Navigation [https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/navigation.md]
///////////////// ///////////////// ///////////////// ///////////////// ///////////////// ///////////////// ///////////////// ///////////////// ///////////////////user-images.githubusercontent.com/69330783/204068917-da0b9dc7-5ff7-448f-b65b-51c4b2858269.png)