{"id":21846944,"url":"https://github.com/duyet/koa-firebase-functions","last_synced_at":"2026-01-03T05:02:41.916Z","repository":{"id":42868651,"uuid":"173412364","full_name":"duyet/koa-firebase-functions","owner":"duyet","description":"Koajs wrapper for Firebase functions","archived":false,"fork":false,"pushed_at":"2024-05-20T21:18:37.000Z","size":11,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-21T15:36:56.264Z","etag":null,"topics":["firebase","firebase-functions","koa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duyet.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":"2019-03-02T06:30:52.000Z","updated_at":"2024-06-13T22:13:39.369Z","dependencies_parsed_at":"2024-05-09T02:39:17.131Z","dependency_job_id":"7ce91923-af3b-40ba-a6e6-d8b10386a100","html_url":"https://github.com/duyet/koa-firebase-functions","commit_stats":null,"previous_names":["duyetdev/koa-firebase-functions"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fkoa-firebase-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fkoa-firebase-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fkoa-firebase-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fkoa-firebase-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/koa-firebase-functions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746201,"owners_count":20341203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firebase","firebase-functions","koa"],"created_at":"2024-11-27T23:16:14.369Z","updated_at":"2026-01-03T05:02:41.840Z","avatar_url":"https://github.com/duyet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# koa-firebase-functions\n\nKoa wrapper for Firebase functions.\n\n# Installation\n\n```\nnpm i koa-firebase-functions --save\n```\n\n# Usage\n\n```js\nconst koaFirebase = require('koa-firebase-functions');\nconst koa = require('koa')\n      , app = koa.app();\n\napp.use(async ctx =\u003e {\n  ctx.body = 'Hello World';\n});\n\nexports.api = functions.https.onRequest(koaFirebase(app));\n\n// Visit https://us-central1-MY_PROJECT.cloudfunctions.net/api\n```\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fkoa-firebase-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2Fkoa-firebase-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fkoa-firebase-functions/lists"}