New Firebase retrieve data and put on the tableView (Swift)
问题 I made a simple social media with new Firebase, and I successfully save string with database and image with storage, but when it comes to retrieve data back to the tableView the unusual things happen! all the images retrieve back randomly show up and continually shift, but other part shows perfectly or when I using return posts.count tableView shows no post. Hope someone can kindly give me some suggestion import UIKit import Firebase import FirebaseStorage class timelineTableViewController: