pub async fn set_doc_with_options(
    doc: DocumentReference,
    data: JsValue,
    options: SetDocOptions
) -> Result<(), JsValue>
Expand description