Skip to content

Implementing FirebaseAuth by Email and Password, and GoogleSignIn.

License

Notifications You must be signed in to change notification settings

luciano01/fire_auth

Repository files navigation

Fire Auth

Implementing FirebaseAuth by Email and Password, and GoogleSignIn.

Demo

SignInFail.mp4
SignUpAndSignInEmail.mp4
SignOutAndSignGoogle.mp4

For developers

Create a clone of the target repository:

$ git clone git@github.com:luciano01/fire_auth.git

Enter the cloned project directory with the command:

Or the path to the cloned project folder.

$ cd fire_auth

Open an Android emulator or connect your smartphone to your computer and execute the following commands:

$ flutter clean
$ flutter pub get
$ flutter run

Built with

Developer and Author