No exact matches in call to instance method 'append' : Swift – Ios swift
so I am trying to get values from firebase into a table. therefore first I am adding the data items to a list of type[Dictonary] the data is like this: Posts: P1 : post data.... P2: post data.... code I'm…