Vue
Nuxt.js - Creating an e-Commerce Site with Vue.js

Displaying Information From Firebase

PRO
Outline

Now that Firebase has been set up, in this video, Erik teaches how to set up your e-commerce app and take information from your cloud firestore and put it into your app.

Notes:

  • You no longer need to add in the firebase.firestore().settings({timestampsInSnapshots: true}) any longer!
//no longer needed
firebase   // firebase
        .firestore()   // .firestore()
        .settings({ timestampsInSnapshots: true });
 

I finished! On to the next chapter