Building a Video Chat App with Vue.js 2 and Firebase

Go to class
Write Review

Free Online Course: Building a Video Chat App with Vue.js 2 and Firebase provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Building a Video Chat App with Vue.js 2 and Firebase is taught by Ray Villalobos.

Overview
  • Discover how to build your own video chat application using Vue.js, Firebase, and WebRTC.

Syllabus
  • Introduction

    • Why Vue and Firebase for real-time video
    • Using the exercises for this course
    1. Getting Started
    • Setting up your environment
    • Installing a Vue project
    • Customizing your installation
    • Understanding the CLI install
    • Modifying the Vue template
    2. Registration and Authentication
    • Getting started with Firebase
    • Logging in a user
    • Making data available everywhere
    • Log in users
    • Updating your profile
    • Logging out
    3. Dealing with User Information
    • Adding user info to the datastore
    • Displaying data
    • Adding icons and deleting records
    • Checking users into your room
    4. Working with WebRTC
    • Working with WebRTC
    • Getting meeting information
    • Pending attendees
    • Deleting users
    • Adding attendees
    • Cleaning up the interface
    • Adding WebRTC
    • Using security rules
    Conclusion
    • Next steps