Firestore Database collection count to show in Tableview

I should add for clarification that when the array is updated a call needs to be made on tableView to reloadData and that is done with the code:

tableView.reloadData()

1 Like