I have a page in my app where users can "add rows" which generate more containers with information they want to add. I was not sure how to dynamically generate them where the user can have multiple containers with different text in each container, so I asked that question and someone told me it can be done but it needed an "in between". My thoughts was a in between is a page that pops up with a form that lets you add to the collection in firebase and in turn will generate a new row container with new writing in it when you go back to the original page. I have all this set in place but the screen gets stuck on loading and is not working. I have list view set on page #1 with containers generated by a collection set in Firebase. When a user presses "add row" they get navigated to page #2 to a text field form where they can add new data to the collection. Once they press submit it has a notification pop up saying thank you and brings up back to page #1, my only issue is the form on page #2 will not appear and only shows a icon. Any thoughts on how to fix this?
Also, is there a way for users to view a collection and decide what rows they want to delete as well.