Skip to content

vueschool/vuejs-firebase-realtime-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Vue.js + Firebase Realtime Database

This repository contains the example code for the Vue.js + Firebase Realtime Database course.

This course will teach you how to use Firebase Realtime Database in your vue.js applications. The example app is a realtime chat room, and our goal is to make sure all online users get updates in realtime whenever a message is added, edited or deleted.

Topics covered:

  • How to set up and connect to a new Firebase Realtime Database
  • How to read, write, update and delete data
  • What it means that Firebase Realtime Database is event-driven
  • How to update a website when changes take place
  • How to implement notifications when other users make changes

The course is free. Enroll at Vue School!