Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

Cron & Cloud Functions for Firebase

A quick sample for scheduled PubSub triggered Cloud Functions can be configured.

The accompanying Medium Post goes into depth of the history of Cron and Cloud Functions and how the native support is improved.

Install & Run

# Install
yarn
# Locally serve
yarn serve
# Deploy
yarn deploy