Firebase Functions: Fundamentals

Go to class
Write Review

Free Online Course: Firebase Functions: Fundamentals provided by Pluralsight is a comprehensive online course, which lasts for 2-3 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 Pluralsight. Firebase Functions: Fundamentals is taught by Ervis Trupja.

Overview
  • 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.

    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.

    Topics:

    • Course Overview
    • Getting Started
    • Calling Functions Directly
    • Triggering Firebase Functions
    • Writing Firebase Functions
    • Testing Firebase Functions
    • Monitoring Firebase Functions
    • Upgrading Firebase Function from Beta Version