When click on listview , delete it and delete associated data with it in firebase
问题 Hello and thanks for help I have asked here how to Polpulate listview from firebase and thankfully Krishna Kishan solved my problem but now what I like to do is when I click on listview items, that item will be removed, that is ok I done this part but my problem is I want to delete or remove associated data with that particular item in the list view from firebase data here is my code listi.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick