{"id":18594405,"url":"https://github.com/greenhousegames/firebase-reporting","last_synced_at":"2025-04-10T16:30:58.728Z","repository":{"id":57114260,"uuid":"70077659","full_name":"greenhousegames/firebase-reporting","owner":"greenhousegames","description":"The client-side only solution to reporting with Firebase","archived":false,"fork":false,"pushed_at":"2017-03-15T00:56:47.000Z","size":77,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T04:04:41.757Z","etag":null,"topics":["firebase","metrics","reporting"],"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/greenhousegames.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":"2016-10-05T16:20:27.000Z","updated_at":"2018-05-28T16:09:13.000Z","dependencies_parsed_at":"2022-08-23T16:20:19.299Z","dependency_job_id":null,"html_url":"https://github.com/greenhousegames/firebase-reporting","commit_stats":null,"previous_names":["soumak77/firebase-reporting"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenhousegames%2Ffirebase-reporting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenhousegames%2Ffirebase-reporting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenhousegames%2Ffirebase-reporting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenhousegames%2Ffirebase-reporting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenhousegames","download_url":"https://codeload.github.com/greenhousegames/firebase-reporting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225870,"owners_count":21068078,"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","metrics","reporting"],"created_at":"2024-11-07T01:15:27.106Z","updated_at":"2025-04-10T16:30:57.376Z","avatar_url":"https://github.com/greenhousegames.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Reporting\nThe client-side only solution to reporting with [Firebase](https://firebase.google.com)\n\n[![Build Status](https://travis-ci.org/greenhousegames/firebase-reporting.svg)](https://travis-ci.org/greenhousegames/firebase-reporting)\n[![npm version](https://badge.fury.io/js/%40greenhousegames%2Ffirebase-reporting.svg)](https://badge.fury.io/js/%40greenhousegames%2Ffirebase-reporting)\n\n## Live Products\nThis library is being used by the following apps:\n- [Bash Dot](https://www.greenhousegames.com/games/bashdot)\n\n## Overview\nFirebase Reporting provides the ability to generate reports on data stored in firebase without needing an alternate reporting database or server!  Firebase reporting does all metric calculations on the client using transactions in firebase, ensuring the metrics are reliably calculated regardless of the number of clients attempting to updated the reports.\n\nFirebase reporting is designed to provide simple metrics on the data.  For complex reporting, it is suggested to use an alternate database for better performance.\n\n## Setup\n### Templates\nUse one of the following templates to get started quickly with Firebase Reporting:\n- [JQuery Template](https://github.com/greenhousegames/firebase-reporting-jquery)\n- [Angular Template](https://github.com/greenhousegames/firebase-reporting-angular)\n\n### Manual\nAdd Firebase Reporting to an existing project using npm:\n\n```bash\nnpm install firebase-reporting --save\n```\n\n## Integration\nFirebase Reporting can be included in a project using the following code:\n```javascript\nvar FirebaseReporting = require('@greenhousegames/firebase-reporting');\nvar reporting = new FirebaseReporting(config);\n```\n\nThe FirebaseReporting constructor takes the following configuration object:\n```\n{\n  firebase: 'object', // reference in firebase for where to store results\n  separator: 'string' // string used as separator in firebase database keys (defaults to '~~')\n}\n```\n\n## API\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenhousegames%2Ffirebase-reporting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenhousegames%2Ffirebase-reporting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenhousegames%2Ffirebase-reporting/lists"}