Return 指纹并保存在 Firebase 中

Return fingerprint and save in firebase

我正在尝试使用 flutter 或 android studio 编写应用程序。用户将使用他的指纹登录应用程序。

我想读取指纹并将其保存在 firebase 之类的数据库中。当用户输入他的指纹时,我希望能够将它作为字符串读取到我的数据库中,以便以后出于安全目的进行加密

指纹的数据可以保存在firebase中吗?

您需要将 biometric_storage 包与 local_auth 包一起使用。 biometric_storage 会让您将其存储在 firebase 中。

https://pub.dev/packages/biometric_storage