To my Swift project I have implemented Firebase and has defined a struct for my main tableView. On my main TableView I have the values that I want to be up to date and synced with firebase. The firebase documentation provided these code: To my Swift project I have implemented Firebase