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

Return DocRef

todo opened this issue · comments

commented

* @todo Return DocRef
* Example: addDocument("posts", { title: "Sample title" })
* */
export const addDocument = ({ path, data }: any) => {
return Promise.all([


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

packages/firebase-helpers has been replaced by src/Firebase for the time being.