The instance of the Firestore database to use.
The path of the collection containing the document to be updated.
The ID of the document to be updated.
The data to update the document with.
A boolean indicating the success of the update operation.
Generated using TypeDoc
Updates the specified document in the provided Firestore collection with the given data.
Throws
Throws an exception with an error message if an error occurs.
Example