You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs related to Set a documentsee here are missing the keyword await before setDoc() function.
For the code example where the { merge: true} is used.
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:
The text was updated successfully, but these errors were encountered:
The docs related to
Set a document
see here are missing the keywordawait
beforesetDoc()
function.For the code example where the
{ merge: true}
is used.All of the previous and subsequent code snippets do contain the word
await
for thesetDoc()
function. Does the{merge: true}
change the async behavior of thesetDoc()
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 thesetDoc()
function:The text was updated successfully, but these errors were encountered: