Skip to content

techstreams/firebase-cloudfunctions-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Examples

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.

License

© Laura Taylor. Licensed under an MIT license.

About

Collection of example Firebase Cloud Functions to demonstrate backend support for Google Apps Script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published