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

Firebase methods

anoblet opened this issue · comments

getDocument and getCollection use a watch argument to decide whether a promise/callback should be used. Remove the watch argument and just evaluate if a callback is present.

Fixed