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.
- Make sure you register the app in your firebase, then add the
google-services.json
file in theandroid/app/
directory. - Enable the Firestore Database.
- In the DB, create a collection name password.
- Add a document with fields id and password and add a password of your liking.
- 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.
- Build the app. You are good to go.
Happy Coding :)