{"id":18597506,"url":"https://github.com/convoo/report-fire","last_synced_at":"2026-01-31T03:01:48.203Z","repository":{"id":73234040,"uuid":"80596318","full_name":"convoo/report-fire","owner":"convoo","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-01T07:09:34.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T04:07:40.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/convoo.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":"2017-02-01T06:49:23.000Z","updated_at":"2017-02-01T07:10:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"940492ac-b32d-4c92-a111-f12b84d6ae73","html_url":"https://github.com/convoo/report-fire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/convoo/report-fire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Freport-fire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Freport-fire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Freport-fire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Freport-fire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convoo","download_url":"https://codeload.github.com/convoo/report-fire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Freport-fire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28927769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"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":[],"created_at":"2024-11-07T01:28:26.703Z","updated_at":"2026-01-31T03:01:48.173Z","avatar_url":"https://github.com/convoo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Report-Fire\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"form-fire\" src=\"ReportFire400.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA simple way to report content via Firebase\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://webcomponents.org/element/convoo/report-fire\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-published-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/convoo/General\"\u003e\u003cimg src=\"https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://waffle.io/convoo/roadmap\"\u003e\u003cimg src=\"https://badge.waffle.io/convoo/login-fire.svg?label=In%20Progress\u0026title=In%20Progress\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n# \\\u003creport-fire\\\u003e\n\nA simple way to report content via Firebase. It will push an object with optional `message` and `by` properties to the desired path. \nIf another object with the same `by` property exists, then it will return a positive value for `reported`.\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"../polymerfire/firebase-app.html\"\u003e\n    \u003clink rel=\"import\" href=\"form-fire.html\"\u003e\n    \u003cdiv\u003e\n      \u003ctemplate is=\"dom-bind\"\u003e\n        \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n      \u003c/template\u003e\n    \u003c/div\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003cfirebase-app\n  name=\"demo\"\n  api-key=\"AIzaSyAhoCXxkY-ffNwA_7L7HIwBVpASYj1btNE\"\n  auth-domain=\"convoo-login-demo.firebaseapp.com\"\n  database-url=\"https://convoo-login-demo.firebaseio.com\"\u003e\n\u003c/firebase-app\u003e\n\u003creport-fire path=\"/reports/profiles/12391701\" message=\"Profile Report\" by=\"12387103713\" app-name=\"demo\" reported\u003e\n    \u003ctemplate is=\"dom-if\" if=\"[[reported]]\"\u003e\n    Thank you for reporting!\n    \u003c/template\u003e\n\n    \u003ctemplate is=\"dom-if\" if=\"[[!reported]]\"\u003e\n    Report!\n    \u003c/template\u003e\n\u003c/report-fire\u003e\n\n\n```\n\n\n## Install the Polymer-CLI\n\nFirst, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.\n\n## Viewing Your Application\n\n```\n$ polymer serve\n```\n\n## Building Your Application\n\n```\n$ polymer build\n```\n\nThis will create a `build/` folder with `bundled/` and `unbundled/` sub-folders\ncontaining a bundled (Vulcanized) and unbundled builds, both run through HTML,\nCSS, and JS optimizers.\n\nYou can serve the built versions by giving `polymer serve` a folder to serve\nfrom:\n\n```\n$ polymer serve build/bundled\n```\n\n## Running Tests\n\n```\n$ polymer test\n```\n\nYour application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Freport-fire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvoo%2Freport-fire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Freport-fire/lists"}