Removing ChildEventListener
问题 I'm using Firebase childEventListener which is added N-number of times to a Node to get data from the DB. Now I'm trying to remove the childEventListener and it does not seem to work and I get duplicate data. query = FirebaseDatabase.getInstance().getReference() .child("chat") .child("room-messages") .child(roomID) .orderByChild("timestamp") .limitToLast(index); paginationListener = query.addChildEventListener(new ChildEventListener() { @Override public void onChildAdded(DataSnapshot