Skip to content

Instantly share code, notes, and snippets.

@DharmarajX24
Created July 12, 2022 13:16
Show Gist options
  • Save DharmarajX24/dc64a9d2d7c86f7cb2f485041317ab27 to your computer and use it in GitHub Desktop.
Save DharmarajX24/dc64a9d2d7c86f7cb2f485041317ab27 to your computer and use it in GitHub Desktop.
const querySnapshot = await getDocs(q);
const updatePromises = querySnapshot.docs.map((d) => updateDoc(d.ref))
await Promise.all(updatePromises)
console.log("Documents updated")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment