If you enjoy my Google Workspace Apps Script work, please consider buying me a cup of coffee!
This repository contains a growing collection of Firebase Cloud Function examples to demonstrate backend support for Google Apps Script.
Testing HTTP Trigger Functions? Try Postman.
This example demonstrates an HTTP Trigger Function serving authorized content from a static
path. Client applications pass a matching authorization token pre-defined in the function configuration - functions.config()
.
Example uses the Express framework.
This example demonstrates an HTTP Trigger Function providing a simple authorized REST API to save and retrieve text files from Firebase Cloud Storage. Client applications pass a matching authorization token pre-defined in the Firebase Realtime Database.
Example uses the Express framework and Firebase Cloud Storage.
This example demonstrates an HTTP Trigger Function providing markdown parsing with marked. Default render and lex actions are supported, along with highlight.js code highlighting.
Example uses the Express framework.
This example demonstrates an HTTP Trigger Function providing YAML parsing with js-yaml. Default safeLoad and safeDump actions are supported along with restricted options.
Example uses the Express framework.
© Laura Taylor. Licensed under an MIT license.