REPOSITORY OVERVIEWLive repository statistics
★ 35Stars
⑂ 15Forks
◯ 3Open issues
◉ 35Watchers
46/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
31 Maintenance state20% weight
65 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Demo App
https://user-images.githubusercontent.com/113328135/236187813-6316bbbd-b9e8-4aa5-bfd8-597ad78dc2a8.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 the android/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.
Refer the image
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.
- Build the app. You are good to go.
Happy Coding :)