Skip to content

🔥 An example one-page Flutter app for firebase login and authentication

Notifications You must be signed in to change notification settings

GoldinGuy/FlutterLoginExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firelogin

🔥 An example Flutter app for firebase login and authentication

When attempting to set up authentication with firebase in flutter I found a plethora of decent examples, but many were ugly, outdated, or overcomplicated, so I put together a one-page solution that looks somewhat decent based on the FlutterFire Auth Example

Setup

Create a Firebase account if you do not have one. Registering your application and download the google-services.json file to your project in the android/app directory

Make sure the following packages are in your pubspec.yaml:

Firebase Settings

Enable at least one 'sign-in method' under the authentication tab. firelogin uses email/password, Google, and Github authentication.

To use Google authentication, you need to register a support email and debug SHA certificate fingerprint.

Use the following command in a terminal to generate a debug certificate fingerprint. More details can be found here

keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore

Default password is android

About

🔥 An example one-page Flutter app for firebase login and authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages