List<Gift> giftsList; GenericTypeIndicator<List<Gift>> t = new GenericTypeIndicator<List<Gift>>(){}; giftsList=postSnapshot.child("gifts").getValue(t); person.setGifts(giftsList);