SetOptions
An options object that configures the behavior of {@link @firebase/firestore/lite#(setDoc:1)}, {@link
type SetOptions = {
readonly merge?: boolean;
} | {readonly mergeFields?: Array<string | FieldPath>;
};An options object that configures the behavior of {@link @firebase/firestore/lite#(setDoc:1)}, {@link