how to search document and update it in firebase flutter
I want to update a document in the firebase flutter application. but that document might not exist in the database, first I want to search for the document using one of its fields, and if a document is found I…