'presenting form input into a table view

so I am trying to show a table view of booking slots and the details the user have chosen, I have tried linking an add button to the form using a segue but have failed (it was the question I have previously asked) Hence, I was thinking if this would be feasible and how I can do it

  1. form input will be shown on another vc eg "u have successfully booked (date) and am slot)
  2. I will get my data there to be shown in the table view

would that be feasible how can I do that? also I have used firebase Firestore database

or any references I can refer to that u guys know of?

THANK YOU



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source