anoblet / my-project

Starterkit based off lit-element - manages users, provides state, has a CRUD example,

Home Page:https://my-project-75792.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data is held in a single document with an array underneath should this be moved ...

todo opened this issue · comments

commented

// @todo Data is held in a single document with an array underneath should this be moved into a collection?
@customElement("contacts-component")
export class Contacts extends BeforeRender(LitElement) {
public static styles = [GlobalStyle, Style];


This issue was generated by todo based on a @todo comment in 4d933e6. It's been assigned to @anoblet because they committed the code.