{"id":18597522,"url":"https://github.com/convoo/form-fire","last_synced_at":"2026-02-15T23:04:39.365Z","repository":{"id":73240129,"uuid":"80398442","full_name":"convoo/form-fire","owner":"convoo","description":"A collection of elements for inserting text and image data to firebase database","archived":false,"fork":false,"pushed_at":"2017-02-01T06:44:33.000Z","size":21,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:38:30.044Z","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":"mit","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":"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,"publiccode":null,"codemeta":null}},"created_at":"2017-01-30T06:21:50.000Z","updated_at":"2017-02-09T10:00:15.000Z","dependencies_parsed_at":"2023-11-10T11:45:24.722Z","dependency_job_id":null,"html_url":"https://github.com/convoo/form-fire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/convoo/form-fire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fform-fire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fform-fire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fform-fire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fform-fire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convoo","download_url":"https://codeload.github.com/convoo/form-fire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fform-fire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29491998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"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:29.311Z","updated_at":"2026-02-15T23:04:39.334Z","avatar_url":"https://github.com/convoo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form-Fire\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"form-fire\" src=\"FormFire400.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA form that syncs data to Firebase.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://webcomponents.org/element/convoo/form-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# \\\u003cform-fire\\\u003e\n\nYou can sync data to a form by syncing directly with a document using `method`= set. This is the default method.\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\u003cform-fire path=\"/test\" app-name=\"demo\" method=\"set\"\u003e\n    First name: \u003cinput type=\"text\" name=\"fname\"\u003e\u003cbr\u003e\n    Last name: \u003cinput type=\"text\" name=\"lname\"\u003e\u003cbr\u003e\n    \u003cinput type=\"submit\" value=\"Save\"\u003e\n\u003c/form-fire\u003e\n```\n\nYou can also push to a list at a specific Firebase path instead of setting. Do this by setting a value of \"push\" to `method`.\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\u003cform-fire path=\"/test\" app-name=\"demo\" method=\"push\"\u003e\n    First name: \u003cinput type=\"text\" name=\"fname\"\u003e\u003cbr\u003e\n    Last name: \u003cinput type=\"text\" name=\"lname\"\u003e\u003cbr\u003e\n    \u003cinput type=\"submit\" value=\"Save\"\u003e\n\u003c/form-fire\u003e\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%2Fform-fire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvoo%2Fform-fire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fform-fire/lists"}