I'm trying to implement leaderboard entries using Va Rest in Unreal and Firestore, and your second screenshot looks like is helping me to get it almost done.
However, looks like my make Json structs are wrong somehow, having these type of errors, no matter how I call the fields.
"code": 400,
"message": "Invalid value at 'document.fields[0].value' (type.googleapis.com/google.firestore.v1.Value), \"test\"",
"status": "INVALID_ARGUMENT",
In my FireStore I only have a simple collection (Tartarus), and the call URL is correct if I don't add fields.
Any clue what I'm doing wrong?