Open yashkite opened 2 years ago
Created button which will appear when items in recycler view is clicked.
we have to save the DocID to the string inside the document, so we can get the reference and use it to do an update and delete operations.
We have solved the delete problem in this commit and next, we are planning to do the required changes in the update function for the proper transaction update
now at this moment, we are able to save the new entry and read it and show that in the recycler view in each fragment now, we like to implement the data edit and delete feature by selecting.
for that, we need an activity that will show the summary and also come with two buttons edit and delete