In this lesson, we'll learn how to connect our Vue.js app to the Firebase realtime database to read data. We will also address the fact that the realtime database from Firebase is event-driven, and then learn how we can create event listeners in our Vue app to receive new data in realtime. Exciting stuff!
We have prepared a minimal structure to speed up the course, you can download the HTML here.