Skip to content

missing keyword await for the set_with_merge.js file #330

Open
@waldothedeveloper

Description

@waldothedeveloper

The docs related to Set a document see here are missing the keyword await before setDoc() function.
For the code example where the { merge: true} is used.

image

All of the previous and subsequent code snippets do contain the word await for the setDoc() function. Does the {merge: true} change the async behavior of the setDoc() function?

If not, the await should be present in that snippet to match all of the other code snippets for this page.

Here's another example on the same page where the await keyword is present for the setDoc() function:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions