Firebase Functions 2: Fundamentals
Firebase Functions provide an easy way for developers to run and scale code in the cloud and build event-driven serverless applications. This course will teach you how to create Firebase functions using javascript and typescript.
What you'll learn
Firebase Functions lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. In this course, Firebase Functions: Fundamentals, you will gain the skills needed to be able to use Cloud Functions for Firebase. First, you will learn the basics of cloud functions. Next, you will explore how to create callable functions and how to call functions directly. Finally, you will also discover how to trigger Firebase functions on different Firebase services like Cloud Firestore, Real-time Database, Authentication, etc. By the end of this course, you will have a foundational understanding of Firebase functions and how to take advantage of it to create sophisticated apps.
Table of contents
- Introduction 1m
- Triggers on Cloud Firestore Changes 5m
- Handling Cloud Firestore Event Data 6m
- Triggers on Realtime Database Changes 5m
- Handling Realtime Database Event Data 5m
- Working with Firebase Authentication 5m
- Triggers on Cloud Storage Changes 6m
- Accessing Storage Object Attributes 3m
- Summary 1m