hieuvp / react-native-fingerprint-scanner

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
https://www.npmjs.com/package/react-native-fingerprint-scanner
871 stars 296 forks source link

Android - way to identify sensor type and to authenticate only with fingerprint method #173

Open erezz33 opened 3 years ago

erezz33 commented 3 years ago

trying to find a way to ignore facial recognition of android devices and only allow to authenticate with the fingerprint sensor. I need to know if there is a method to check in android, which biometric method the user has used to authenticate himself with because if he used only facial recognition I don't want to prompt him a biometric authentication with facial recognition

chetankotkar commented 3 years ago

+1 I am also facing the same problem. I need to differentiate between Face and fingerprint biometric authentication. is there any way to do that ? For business Analytics reporting its very necessary.