I am working on a project to use fingerprint to authenticate the user. I don't want the authentication to be device specific. Hence want to upload the user fingerprint to cloud.
I do understand that fingerprint can be considered to authenticate the user on device using :https://www.npmjs.com/package/react-native-biometrics which is a safer bet. But it doesn't serve the purpose.
I searched for fingerprint upload to cloud and i realized that it is not possible from this link: https://www.androidcentral.com/how-does-android-save-your-fingerprints#targetText=When%20you%20register%20a%20fingerprint,the%20data%20from%20the%20scan.&targetText=This%20encrypted%20fingerprint%20template%20is,on%20your%20phone's%20encrypted%20storage
However, this article is old! I need some input whether I can upload the fingerprint from the device to cloud (I'm planning to use EC2 instance for the backend API.) on enrollment and can be used to authenticate the user on accessing the application on any device.