Building a serverless backend using Firebase
JavaScript
Firebase
Serverless
Architecture
TypeScript
In this session, we will see how we can make use of Firebase Cloud Functions to build a serverless backend for our web or mobile applications, using JavaScript or TypeScript. With practical examples, we will review the different types of Cloud Functions, their usefulness, and how to test them. We will also review some use case examples. Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features (Auth, Firestore, etc.) and HTTPS requests.
Prerequisites
At least some knowledge of software development, ideally JS or TS.
Take Aways
- Understanding of serverless architectures
- Introduction to Firebase
- Examples of use-cases of Firebase
- Functions-as-a-Service