Skip to content

isRunMode naming #33

Open
Open
@Giga99

Description

@Giga99

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions