I was wondering if there is any way to know if the query has been successfully updated and in case it fails, how could I handle it properly so that the app don't just crash.
With read query, I can handle by checking if the read/create documents are null or not, but how to check for update query?