@Firebase I’ve got a field name in a Firestore collection with brackets in it (something like foo[0]). When I use addDoc, these are set just fine, but when I use updateDoc, I get an “invalid path” error. How can I escape the brackets so updateDoc works as expected?

  • 0
  • 0