Reading a Real Time DB in firebase for a TableviewController
I am attempting to read a realtime db in firebase but my problem is the json is dynamic so using a swift file to define the layout isn’t going to work. I would like to use the data to update a tableview controller in the ultimate end. Any help would be greatly appreciated.