Currently the easiest way to convert a protobuf Struct to a JsonObject is to first print it to String using JsonFormat.printer().print() and the read the String using gson.fromJson method. Something ...
Hey, I’m currently working more actively on getting App Check running properly in my live project. I’ve added several detailed log outputs around my initialization process to better understand what’s ...