Academind Logo
Cloud Functions

Cloud Functions

Running code on demand and only when you need it? Find out how Firebase Cloud Functions make it possible!

Created by Maximilian Schwarzmüller
#

Free YouTube Series

Firebase is a serverless service that allows you to run your (mobile) app backend with zero effort. Sometimes you want to run your own code though - that's where Firebase Cloud Functions come into play.

In this series, we'll have a look at the basics and at how Firebase Cloud Functions work and can be used in your next project.

  1. What Are Cloud Functions

  2. Resizing Images after Upload

  3. Creating a REST Endpoint with Cloud Functions

  4. Reacting to Database Events