Open
Description
Hello, thank you for this great library!
I have one issue regarding isRunMode naming.
When you use Firestore to store some data, booleans starting with 'is' are making some problems when converting to the object because their setters are not named as they should be.
In this case, I am storing ProgramInfo and when I want to convert it to the object in my app I got something like this:
W/Firestore: (21.7.1) [CustomClassMapper]: No setter/field for isRunMode found on class com.mobapphome.androidappupdater.tools.ProgramInfo
.
My solution is just simply renaming this variable if it is possible.
Metadata
Metadata
Assignees
Labels
No labels