FlutterFire UI for Auth
Notice
This page is archived and might not reflect the latest version of the FlutterFire plugins. You can find the latest information on GitHub:
https://github.com/firebase/flutterfire/blob/master/packages/flutterfire_ui/doc/auth.md
FlutterFire UI for Auth provides a simple and easy way to implement authentication in your Flutter app. The library provides fully featured UI screens to drop into new or existing applications, along with lower level implementation details for developers looking for tighter control.
#
InstallationTo get started with Firebase UI for Auth, you first need to ensure the firebase_auth
plugin is
installed on your project.
If you haven't already done so, install the flutterfire_ui
package by running the following command in your terminal:
#
Getting startedTo understand what Flutter UI for Auth offers, the following documentation pages walk you through the various topics on how to use the package within your Flutter app.