I want to get the qna list through firebase, but I can't get the list
This is a list of qna in the firebase. I want to print this out. But my output list doesn't show anything. https://i.stack.imgur.com/6ctRB.png QNA Activity public class QnaActivity extends AppCompatActivity { private RecyclerView qnaRv; private ArrayList<ModelQna> qnaList; private AdapterQna adapterQna;…