codelab-friendlychat-android icon indicating copy to clipboard operation
codelab-friendlychat-android copied to clipboard

Miss import package

Open Yuzhuoran opened this issue 7 years ago • 2 comments

There is some miss firebase.ui modules and android modules not imported in the program

Like the View of android Snapshot in the firebase.ui

can fix by myself

Yuzhuoran avatar Feb 06 '18 19:02 Yuzhuoran

@kroikie sounds like we maybe forgot some import statements in the start version.

samtstern avatar Feb 06 '18 19:02 samtstern

Following import seems to be missing in MainActivity.java file

import android.view.LayoutInflater; import android.view.ViewGroup;

import com.firebase.ui.database.FirebaseRecyclerOptions; import com.firebase.ui.database.SnapshotParser;

alisatter avatar Nov 28 '18 01:11 alisatter