Skip to content
Advertisement

Data retrieve on Data Change in firebase getting Error

I am making an android app based on firebase. My logcat showing error on data change. Here is the code:

JavaScript

Can anybody improve it?

Here is my logcat error message: It is showing error on this line.

JavaScript

“at my_project_name.SheetActivity$3.onDataChange(SheetActivity.java:156)”

JavaScript

I have tried a lot. Sometimes it worked but stopped again. I cannot point out where is the mistake.

my model class goes as follow:

JavaScript

My firebase structure is like this:

this is my data structure

This the latest logcat message after applying the suggestion:

JavaScript

Advertisement

Answer

Here try this, if your model class has only one parameter this should be fine. If you need all the parameters that are in your database, you will need to extract all from database and then add it to your model.

JavaScript
Advertisement