79256148

Date: 2024-12-05 20:36:13
Score: 1
Natty:
Report link

Firestore doesn't support so-called update queries, where you pass the conditions and the new values in a single API call. So you'll have to indeed first execute the query, and then update each document as you do now.

Also see:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Frank van Puffelen