I have followed the advice of other SO solution: 1. Make my class Serializeable 2. Have a default constructor for Firebase 3. Update my proguard rules (Not sure about this o
If you got the issue on release apk then Do like this in your proguard file
-keepattributes Signature
-keepclassmembers class com.yourcompany.models.** { *; }