{"id":21890569,"url":"https://github.com/knoxpo/firefunctions-cli","last_synced_at":"2025-04-15T13:34:40.340Z","repository":{"id":57236517,"uuid":"100263273","full_name":"knoxpo/firefunctions-cli","owner":"knoxpo","description":"An open-source Firebase Functions Starter Kit","archived":false,"fork":false,"pushed_at":"2017-08-15T20:00:58.000Z","size":1028,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T18:41:31.539Z","etag":null,"topics":["firebase","firebase-authentication","firebase-database","firebase-functions"],"latest_commit_sha":null,"homepage":"http://knoxpo.com","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/knoxpo.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}},"created_at":"2017-08-14T12:05:31.000Z","updated_at":"2021-10-28T20:03:48.000Z","dependencies_parsed_at":"2022-08-23T16:20:18.289Z","dependency_job_id":null,"html_url":"https://github.com/knoxpo/firefunctions-cli","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/knoxpo%2Ffirefunctions-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knoxpo%2Ffirefunctions-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knoxpo%2Ffirefunctions-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knoxpo%2Ffirefunctions-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knoxpo","download_url":"https://codeload.github.com/knoxpo/firefunctions-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249080312,"owners_count":21209505,"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-authentication","firebase-database","firebase-functions"],"created_at":"2024-11-28T12:15:43.589Z","updated_at":"2025-04-15T13:34:40.312Z","avatar_url":"https://github.com/knoxpo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Alt text](https://firebasestorage.googleapis.com/v0/b/firefunctions-7a16e.appspot.com/o/firefunctions_cover5.png?alt=media\u0026token=121a3cda-74cf-4b0c-a23d-b20c9009c435 \"FireFunctions CLI\")\n\n# FireFunctions-CLI [![Build Status](https://travis-ci.org/knoxpo/firefunctions-cli.svg?branch=master)](https://travis-ci.org/knoxpo/firefunctions-cli)\nStarter kit for Firebase Functions\n\n- [Live Demo](https://us-central1-firefunctions-7a16e.cloudfunctions.net/api/)\n- [Tutorials and Screencasts](https://medium.com/knoxpo)\n\n## Features\n\n- Firebase Authentication Token Validator\n- Realtime Database CRUD\n- Connect to other Google Cloud Services\n- Base on Express.js\n- Typing `TypeScript`!! \n\n## Usage\n\nCreate an account at https://firebase.google.com/\n\n#### Pre-Setup FireFunctions\n- Install Yarn if you don't have Yarn installed `brew install yarn`\n- Install Firebase Tools if you don't already have it installed \n  `npm install -g firebase-tools` or `sudo npm install -g firebase-tools`\n\n#### Setup FireFunctions\n- `npm i -g fire-functions-cli`\n- Run `firefunc new \u003cprojectName\u003e` (`CamelCase` or `kebab-case`)\n- Now, initialize Firebase Functions\n- And final step: Deploy `firefunc deploy`\n\nNow, you are all set!\n\n#### Getting Started With FireFunctions\nWorking with FireFunctions makes Firebase Functions delpoy very easy. All your code goes in `./src` folder. Where all your express API code will go under `./src/api`, model creation will go under `./src/model`, trigger creation will go under `./src/triggers` and all other library initializtion will go under `./src/lib`.   \n\nFull documentation will be updated soon.\n\nCreate the environment files below in `./src/environments`\n\n#### environment.ts\n```javascript\nexports.environment = {\n  -- ALL YOUR GLOBLE VALUES --\n};\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknoxpo%2Ffirefunctions-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknoxpo%2Ffirefunctions-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknoxpo%2Ffirefunctions-cli/lists"}