currently i am looking to see if i can use in android the fingerprint scanner to find user's.
for example using android firebase to authenticate users, then by using the fingerprint to search for the specific users that will show their information.
is there a way to do this? because last time i checked , the information is stored locally on the android device , thus i am a bit lacking into if its possible to do so or not.
currently looking for a way to do authentication using biometric's inside my app using firebase so that i can only have a single user without multiple accounts , using biometrics to lock the user into 1 account , to check either if the user already has an account using biometrics , and then searching results using bio metrics.