flutter_auth_ui 0.2.0 copy "flutter_auth_ui: ^0.2.0" to clipboard
flutter_auth_ui: ^0.2.0 copied to clipboard

outdated

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps.

flutter_auth_ui #

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)

Getting Started #

This plugin is wrapped Android/iOS's native plugin.

Check documents and setup your firebase project.

How to use #

// Set provider
final providers = [
  AuthUiItem.AuthEmail,
  AuthUiItem.AuthApple,
  AuthUiItem.AuthGithub,
  AuthUiItem.AuthGoogle,
  AuthUiItem.AuthMicrosoft,
  AuthUiItem.AuthYahoo,
];

final tosAndPrivacyPolicy = TosAndPrivacyPolicy(Terms of Service URL, Privacy Policy URL);
final isSuccess = await FlutterAuthUi.startUi(providers, tosAndPrivacyPolicy);
65
likes
0
pub points
73%
popularity

Publisher

unverified uploader

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_auth, flutter, flutter_plugin_android_lifecycle

More

Packages that depend on flutter_auth_ui