The @RequestBody Json.Parse() routine, errors out when running into null types for a Json value.
Example:
{"username":"John","username":"Cindy","username":null,"username":""}
The Google Firebase response object can return objects that include 'null' for the value type side. The 'null' values are not wrapped in quotes. This causes a crash in the @RequestBody Json.Parse() iteration.