iOS Databases - Learning App does not show content after finishing Module 2

Hi people! I finished Module 2 in iOS Databases. When I build the Learning App it does not show any Data from the Databases. Firebase is populated and connected as it is shown in the course. Maybe the message in the console gives a clue whats happening here?

try running your firebase rules to “test mode” meaning that you will allow all read and writes… this is to make sure that its not firebase thats “Blocking” you from accessing the data… you see normally firebase asks for authentication first

Thank you Francis_Fuerte. I add Import Firebase to all the ContentViews in general and it fixed it. :slight_smile:

1 Like