0

I am getting some red error lines in the parameter of FirebaseListAdapter. I tried with FirebaseListOptions but that didn,t work. Here's My code:

FirebaseListAdapter<String> firebaseListAdapter = new FirebaseListAdapter<String>(
            this,
            String.class,
            android.R.layout.simple_list_item_1,
            databaseReference
    ) {

I have the updated dependencies, Imported firebase ui , and everything that was required.

Here is the Screen Shot Screen shot with error message

0 Answers0