Most data that we use has relationships of some sort. Let’s see how we create and reference relational data in MySQL vs something like Google Cloud Firestore. I’ll use a food ordering app that has users , restaurants , dishes and orders. In Firestore, they store documents in collections rather than tables.
Sort: