How to get Firebase collection data as dictionary in Swift – Ios swift
I want to read data from Firebase and return the output as a Dict to my ViewController. I did not manage to get the data returned in a valid way. This is how I read the data: func getCollectionData() ->…