-
two-dew是一款开源的待办事项应用,原因在于我不想为实际的产品付费
资源介绍
两露
开源的todo应用程序,因为我不想为真实的东西付钱
数据库结构
我们正在使用Google的Cloud Firestore,它们将存储结构化为数据库->集合->文档
authentication
- user
email: string
two-dew
- lists (uid)
- name: string
- owner: string (user id)
- sharedWith: Array (others user id)
- type: 'list' | 'daily'
- items: SubCollection
- name: string
- description: string
- completed: boolean
- day: 0 ->