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