firebase/snippets-web

missing keyword `await` for the set_with_merge.js file

waldothedeveloper opened this issue · 1 comments

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

I can submit a PR if needed :)