Firebase embedded json update error

Hi, I’m trying to update an embedded json in my firebase document but an error: “Cannot convert firestore.v1.Value with type unset.” is getting thrown.

Example:

{
“type”: “news”,
“en”: {
“title”: “english title”,
“content”: “english content”
},
“es”: {
“title”: “spanish title”,
“content”: “spanish content”
}
}
Whenever “en” and/or “es” is not empty there is the error. If I only update “type”, everything is okay.

1 Like

I have also encountered this issue. Have you found the solution yet?

Hey @Oliver_Os @Duna_Bt
We are aware of this issue, fix will be released on weekend within the new release version.