I want to make a chore app using a firebase that has 2 inputs: Description and class. Whenever I run the app, the screen that shows is blank (except for the header) There is no
Add @Keep to your Chores class to prevent serialization problems:
@Keep
import androidx.annotation.Keep; @Keep class Chores { . . }