Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
@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?