Run the development server:
bun run devbun installbun update⚠ Subject to change
optional[T] == (<T> | undefined)
users
└───{userId}
├───birthdate (optional[timestamp])
├───displayName (string)
├───gender (optional[string])
├───metadata
│ ├───createdAt (timestamp)
│ └───lastLoginAt (timestamp)
├───photoURL (optional[string])
└───uid (string)
🚧 In progress..
├───status
│ └───{userId}
│ ├───status
│ └───updatedAt
├───users
│ └───{userId}
│ ├───birthdate
│ ├───displayName
│ ├───email
│ ├───emailVerified
│ ├───gender
│ ├───groups
│ │ └───[groupIds]
│ ├───metadata
│ │ ├───createdAt
│ │ └───lastLoginAt
│ ├───photoURL
│ ├───providerId
│ └───uid
├───groups
│ └───{groupId}
│ ├───name
│ ├───description
│ ├───createdAt
│ ├───createdBy
│ ├───members
│ │ └───{userId}
│ │ ├───joinedAt
│ │ └───joinedBy
│ └───messages
│ └───{messageId}
│ ├───type
│ ├───sentAt
│ ├───sentBy
│ └───content
└───messages
└───{userId-userId}
└───messages
└───{messageId}
├───type
├───sentAt
├───sentBy
└───content