Relative Content

Tag Archive for firebasegoogle-cloud-firestoreflutterflow

Remove item from Reference List

I have a database „Users“ which contains the List<Doc Reference (users)> „Friendlist“. I am displaying this friendlist with Dynamic Children Querying in a Listview, each viewItem contains a remove button. I cant get the programm to remove the user-reference from the friendlist, by pressing the button. Do you have any idea on how to do this?