letdocumentRef=firestore.doc('col/doc');documentRef.set({foo:'bar'}).then(writeResult=>{console.log(`Document written at: ${writeResult.writeTime.toDate()}`);});
Methods
isEqual(other)
isEqual(other:firestore.WriteResult):boolean;
Returns true if this WriteResult is equal to the provided value.
Parameter
Name
Description
other
firestore.WriteResult
The value to compare against. true if this WriteResult is equal to the provided value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[],[]]