Continuing the discussion from Unofficial Anvil Firebase Integration v0.1🔥:
There is a particular instance where I update an array of maps key in my document, and I receive the following error:
ExternalError: FirebaseError: [code=invalid-argument]: Function updateDoc() called with invalid data. serverTimestamp() is not currently supported inside arrays
It seems to only happen with certain users, so I think it is a device specific issue, but it has to do with the serverTimeStamp appended to every updateDoc() call in the firebase_client() library.
Has anyone else had this issue?
Thanks!