Introduction
Why build apps with Firebase and Vue
()
Using the exercises for this course
()
1. Preparing Your App
Installation with Vue CLI
()
Adding additional modules
()
Understanding the Vue CLI installation
()
Customizing your routes
()
Importing a sub-component
()
Icons and custom colors
()
2. Firebase Authentication
Adding Firebase
()
Setting up Firebase Authentication
()
Logging in a user
()
Handling Firebase Authentication events
()
Creating a new user
()
Updating your profile
()
Logging out
()
Updating auth state
()
3. The Firestore Database
Adding meeting info
()
Reading dynamic snapshots
()
Displaying your meeting info
()
Sorting your list
()
Deleting a record
()
Creating dynamic routes
()
Checking users in
()
4. Finishing Up Your App
Displaying checked in users
()
Adding admin buttons
()
Emailing and adding
()
Updating a record
()
Searching for data
()
Random user and resetting
()
Creating security rules
()