I’m using the repository, and it’s been great! The issue is that the lack of the Identity method and relying only on Verification slightly limits the speed when handling large volumes. For each read, I send it to Verification, and it scans the entire database because I don’t have the ID at the moment of fingerprint reading.
I’d like your opinion: since this method is crucial for the project, I’m unsure whether I should restart it with another stack (which would be much harder) or if any of you could guide me and help implement this Identity method.