{"id":18026673,"url":"https://github.com/dennisalund/firebase-cron","last_synced_at":"2026-05-18T02:34:54.573Z","repository":{"id":75111273,"uuid":"85944640","full_name":"DennisAlund/firebase-cron","owner":"DennisAlund","description":"A simple cron/scheduler for Firebase Cloud Functions","archived":false,"fork":false,"pushed_at":"2017-03-24T02:54:49.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T07:56:56.302Z","etag":null,"topics":["cron","firebase","firebase-cloud-functions","google-app-engine","google-appengine","schedule","travis","travis-ci"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DennisAlund.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-23T11:59:23.000Z","updated_at":"2020-10-26T14:20:12.000Z","dependencies_parsed_at":"2023-06-05T09:30:34.313Z","dependency_job_id":null,"html_url":"https://github.com/DennisAlund/firebase-cron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DennisAlund/firebase-cron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisAlund%2Ffirebase-cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisAlund%2Ffirebase-cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisAlund%2Ffirebase-cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisAlund%2Ffirebase-cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisAlund","download_url":"https://codeload.github.com/DennisAlund/firebase-cron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisAlund%2Ffirebase-cron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cron","firebase","firebase-cloud-functions","google-app-engine","google-appengine","schedule","travis","travis-ci"],"created_at":"2024-10-30T08:07:38.237Z","updated_at":"2026-05-18T02:34:54.556Z","avatar_url":"https://github.com/DennisAlund.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Cloud Function scheduler\nThis is a simple cron/scheduler for Firebase Cloud Functions as described in\n[an article that I wrote on the topic](https://medium.com/evenbit/d031994618d9).\n\n## Firebase deploy key\nExtract a Firebase deploy key for non-interactive environments by running\n\n```\n$ firebase login:ci\n```\nAnd follow the instructions in your web browser.\n\n## Cron API key\nSet the API key to whatever you want. For simplicity sake, you can use [random.org](https://www.random.org/) \nto [get a random key](https://www.random.org/strings/?num=1\u0026len=20\u0026digits=on\u0026upperalpha=on\u0026loweralpha=on\u0026unique=on\u0026format=plain\u0026rnd=new). \n\nThe key must be replaced in [app.yaml](app-engine/app.yaml):\n```\n$ sed -i s/{CRON_API_KEY}/YourSecretApiKey/ app-engine/app.yaml\n```\n# Deploy with Travis CI\nThe project is ready to be deployed with Travis CI. You just need to set the \nbuild configuration variables `FIREBASE_DEPLOY_KEY` and `CRON_API_KEY` as described above.\n\nWith a little bit of magic you can also deploy your App Engine project from Travis and that\nalso brings the benefits of making sure that the API key is automatically injected into your \nApp Engine configuration in the same process as it is configured for your Firebase project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisalund%2Ffirebase-cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennisalund%2Ffirebase-cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisalund%2Ffirebase-cron/lists"}