Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isRunMode naming #33

Open
Giga99 opened this issue Nov 16, 2020 · 0 comments
Open

isRunMode naming #33

Giga99 opened this issue Nov 16, 2020 · 0 comments

Comments

@Giga99
Copy link

Giga99 commented Nov 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant