I/flutter (30781): [cloud_firestore/not-found] Some requested document was not found.
If you want to create a document if it doesn't exist,
you will need to use set() instead of update.
If you want to be able to create a document if it doesn't exist,
or update it if it does already exist,
you should pass SetOptions.merge as the second parameter,
as explained by the API documentation.