Skip to content

Instantly share code, notes, and snippets.

View chuckh's full-sized avatar

Chuck Horton chuckh

View GitHub Profile
@chuckh
chuckh / edit-name.html
Created March 15, 2016 12:38 — forked from justinribeiro/edit-name.html
Basic updating with custom Polymer element, firebase-collection, and firebase-document
<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="bower_components/firebase-element/firebase-document.html">
<dom-element id="edit-name">
<template>
<style>
:host {
display: block;
padding: 1em;
}