I\'m trying to recreate a new firebase project where you populate a table view with data from firebase realtime database that contain links to images in firebase storage.
You are correctly inserting the items into your array within the completion block, but you are missing a call to reload your collectionView.