Build a CRUD with VueJS & Firebase
Fetch all games with author
On our application homepage, we will display all the games with the author's name. Author data is available in users collection and game data is in games collection. So basically we will fetch data from two related firebase firestore collections.