How to use ion-grid to show 3 lists of observables from firebase database

Essentially, what I want is to make an android application that shows Cafeteria Dishes. This is what the Firebase Database looks like.

firebase

I want to make my ion-grid like this

However, I get three observables and I cannot get myself to loop three times or somehow arrange them in the table!

Thanks.