cloud_functions - YoYoGames/GMEXT-Firebase GitHub Wiki

Cloud Functions Overview

Cloud Functions for Firebase is a server-less framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your JavaScript or TypeScript code is stored in Google's cloud and runs in a managed environment, meaning there is no need to manage and scale your own servers. Check the official page for more information.

Setup

Before starting to use any Firebase extensions, you are required to follow some initial configuration steps. However unlike most of the modules this is purely server-side, as you will be creating JavaScript functions that you can later call using the http_request function from inside your GameMaker project.



⚠️ **GitHub.com Fallback** ⚠️