I'm using autovalue for my entities and annotated them to allow json parsing.
There are new annotations in the new sdk: Exclude
, IgnoreExtraProperties
, ThrowOnExtraProperties
and @PropertyName
: https://firebase.google.com/docs/reference/android/com/google/firebase/database/PropertyName. But PropertyName seems to be missing from the sdk..