I am making an app in flutter. I would like to implement a feature where user can upload a image from database and it goes through a series of previously uploaded images on the firebase storage and returns if there's a match for the people in the database. How would I go about implementing this, simple and fast. A way to just compare two images passed on to a method will also be fine.