{"id":16271162,"url":"https://github.com/hans00/firebase_webpack_template","last_synced_at":"2026-05-05T20:34:18.715Z","repository":{"id":145760330,"uuid":"159974321","full_name":"hans00/firebase_webpack_template","owner":"hans00","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-15T14:59:26.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T11:52:32.254Z","etag":null,"topics":["firebase","initial-cli","template","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hans00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-12-01T18:22:50.000Z","updated_at":"2019-03-13T08:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b02763a6-50ac-42bb-906d-69fa0ddc306f","html_url":"https://github.com/hans00/firebase_webpack_template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hans00%2Ffirebase_webpack_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hans00%2Ffirebase_webpack_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hans00%2Ffirebase_webpack_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hans00%2Ffirebase_webpack_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hans00","download_url":"https://codeload.github.com/hans00/firebase_webpack_template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247870416,"owners_count":21009847,"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","initial-cli","template","webpack"],"created_at":"2024-10-10T18:12:43.689Z","updated_at":"2026-05-05T20:34:13.692Z","avatar_url":"https://github.com/hans00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# %project_name%\n\n%description%\n\n---\n\n## Firebase Setup\n\n\u003e Install `firebase-tools` first.\n\u003e \n\n```sh\n# Link project\nfirebase use --add\n```\n\n\n## Cloud Functions\n\n\u003e Code in directory `functions/src/events`.\n\u003e \n\n### Code Usage\n\n```js\nimport * as functions from 'firebase-functions'\nimport * as admin from 'firebase-admin'\n\nexport default functions.https.onRequest(async (req, res) =\u003e {\n    const { msg = '' } = req.body\n    res.send({msg})\n})\n```\n\n### Command Usage\n\n\u003e In directory `functions`.\n\n```sh\n# For local Web API test\nnpm run serve\n\n# For local cli test\nnpm run shell\n\n# Deploy to Firebase\nnpm run deploy\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhans00%2Ffirebase_webpack_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhans00%2Ffirebase_webpack_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhans00%2Ffirebase_webpack_template/lists"}