Skip to content

A simple face authentication app (SignUp + SignIn) written in flutter using flutter_face_api and google_ml_kit_face_detection

Notifications You must be signed in to change notification settings

AslamThachapalli/face-authentication-app

Repository files navigation

Demo App

face-authentication-app.mp4

If you want to further explore this repo or try it for yourself locally make sure to follow these steps.

  • This app uses firebase as backend. All faces you register will be stored in the firestore.
  1. Make sure you register the app in your firebase, then add the google-services.json file in the android/app/ directory.
  2. Enable the Firestore Database.
  3. In the DB, create a collection name password.
  4. Add a document with fields id and password and add a password of your liking.

    Refer the image

    face auth firestore snap
    Why?
    • After you click Register User button, you are routed to an Enter Password Screen.
    • In the enter password screen, the password you entered is validated with the password from Firestore.
  5. Build the app. You are good to go.

Happy Coding :)

About

A simple face authentication app (SignUp + SignIn) written in flutter using flutter_face_api and google_ml_kit_face_detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published