{"id":21371932,"url":"https://github.com/formysister/firebase-express-example","last_synced_at":"2026-04-14T14:33:27.627Z","repository":{"id":233206937,"uuid":"691874943","full_name":"formysister/firebase-express-example","owner":"formysister","description":"Host an Express Server in Cloud Functions for Firebase.","archived":false,"fork":false,"pushed_at":"2023-09-15T04:42:03.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T08:43:17.813Z","etag":null,"topics":["cloud","express","firebase","javascript","nodejs","npm","yearn"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formysister.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}},"created_at":"2023-09-15T04:40:26.000Z","updated_at":"2024-03-08T12:37:22.000Z","dependencies_parsed_at":"2024-04-14T16:57:50.468Z","dependency_job_id":null,"html_url":"https://github.com/formysister/firebase-express-example","commit_stats":null,"previous_names":["formysister/firebase-express-example","moneroid/firebase-express-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/formysister/firebase-express-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Ffirebase-express-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Ffirebase-express-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Ffirebase-express-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Ffirebase-express-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formysister","download_url":"https://codeload.github.com/formysister/firebase-express-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Ffirebase-express-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloud","express","firebase","javascript","nodejs","npm","yearn"],"created_at":"2024-11-22T08:16:45.104Z","updated_at":"2026-04-14T14:33:27.603Z","avatar_url":"https://github.com/formysister.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THIS REPO HAS BEEN MOVED\nThis example has been merged into my [blog-examples](https://github.com/formysister/firebase-express-example) repo. This repo will no longer be updated.\n\n---\n\n# Express Server on Cloud Functions for Firebase\n\nHost an Express Server in Cloud Functions for Firebase.\n\n## TLDR;\nHost your Express Server on Cloud Functions enabling a low-cost, auto-scaling web server leveraging Firebase's sweet developer experience.\n\nCloud Functions uses [Express request and response objects](https://firebase.google.com/docs/functions/http-events#trigger_a_function_with_an_http_request) allowing us to pass an Express app [directly into the function](https://github.com/jthegedus/firebase-functions-express-example/blob/master/functions/index.js#L11).\n\n\n## Installation\n```\ngit clone https://github.com/formysister/firebase-express-example\ncd firebase-express-example\nyarn install\n```\n## Local Development\n```\nyarn serve\n```\nThis will serve the Cloud Functions locally using the [Firebase emulator](https://firebase.google.com/docs/functions/local-emulator). Interestingly, the trailing `/` is not an issue when hosted locally.\n\n## Deploy to Firebase\n```\nyarn deploy\n```\n*N.B.*: Replace `\u003cproject-name\u003e` in the `.firebaserc` to connect the project to your Firebase project.\n\n## A note on Code Compatibility\nEverything was tested on Ubuntu 16.04 \u0026 Windows 10 with [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-au/commandline/wsl/about). If you wish for Windows native support please [submit an issue](https://github.com/formysister/firebase-express-example/issues/new) so we can work on a Windows branch. Please report any macOS errors as I do not have access to a device to test. [My development environment can be found here](https://github.com/formysister/firebase-express-example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Ffirebase-express-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformysister%2Ffirebase-express-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Ffirebase-express-example/lists"}