Firebase multi-path update “invalid data; couldn't parse JSON object, array, or value”
问题 I was excited when Firebase announced multi-path updates a while back. I have a fairly complex data structure that requires writes to several locations for managing relationships between entities, so multi-path updates came at the perfect time - I didn't have to worry about making several back-to-back writes/updates (and risk having Firebase rate-limit me). So, I coded everything up, buckled in, and performed a multi-path update (using the Rest API), only to be let down by the following