You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: