Skip to content

Instantly share code, notes, and snippets.

// Read from the database
ChildEventListener childEventListener = new ChildEventListener() {
@Override
public void onChildAdded(DataSnapshot dataSnapshot, String previousChildName) {
//TODO implement me
}
@Override
public void onChildChanged(DataSnapshot dataSnapshot, String previousChildName) {