Passing Firebase Data from Table View Controller to Detail View Controller

Hi everyone,

I have a table view that is populated with data from Firebase, and I’m trying to make it so that when the user clicks on a cell, this will open a new view controller with the details of that cell.
How do I pass the details of each cell into a new view controller? I currently have it that if you click on a cell, it will open a new view controller but I’m not sure how to pass the details through from Firebase.
Can this be done with perform segue?

Any help would be great!

Thanks
Rebekah

Hi Rebekah,

This isn’t exactly a tutorial for Firebase but it does show going from a table view to a detail view in a new view controller

2 Likes

Rebekah,

Here’s a post about what you’re looking for!!

1 Like